#FDA78F

Color #FDA78F Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FDA78F

Tints of Rose Bud #FDA78F

Color information

#FDA78F (or 0xFDA78F) is unknown color: approx Rose Bud. HEX triplet: FD, A7 and 8F. RGB value is (253,167,143). Sum of RGB (Red+Green+Blue) = 253+167+143=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA78F is #025870. Grayscale: #BEBEBE. Windows color (decimal): -153713 or 9414653. OLE color: 9414653.

HSL color Cylindrical-coordinate representation of color #FDA78F: hue angle of 13.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA78F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253167143-
CMYK00.340.430.01
HSL13.09º96.49%77.65%-
HSV(B)13.09º43.48%99.22%-
XYZ59.2850.532.61-
YUV189.98101.49172.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=44.94%
G=29.66%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316714300.340.430.0113.0996.4977.65
HexFDA78F0222B1d604e
Octal37524721704253115140116
Binary11111101101001111000111101000101010111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA78F; }

 p { color: rgb(253,167,143); }

 H1.HeaderClassName
 {
   color: #FDA78F;
 }
 .AnyTagClassName
 {
   color: #FDA78F;
 }
</style>
background-color css

<style>
 a { background-color: #FDA78F; }

 a { background-color: rgb(253,167,143); }

 div.DivClassName
 {
   background-color: #FDA78F;
 }
 .BgClassName
 {
   background-color: #FDA78F;
 }
</style>
border-color css

<style>
 span { border-color: #FDA78F; }

 span { border-color: rgb(253,167,143); }

 td.TdClassName
 {
   border-color: #FDA78F;
 }
 .TagClassName
 {
   border-color: #FDA78F;
 }
</style>