#FCD6A9

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

Shades of Frangipani #FCD6A9

Tints of Frangipani #FCD6A9

Color information

#FCD6A9 (or 0xFCD6A9) is unknown color: approx Frangipani. HEX triplet: FC, D6 and A9. RGB value is (252,214,169). Sum of RGB (Red+Green+Blue) = 252+214+169=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 169 (66.41% from 255 or 26.61% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6A9 is #032956. Grayscale: #DCDCDC. Windows color (decimal): -207191 or 11130620. OLE color: 11130620.

HSL color Cylindrical-coordinate representation of color #FCD6A9: hue angle of 32.53º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD6A9 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252214169-
CMYK00.150.330.01
HSL32.53º93.26%82.55%-
HSV(B)32.53º32.94%98.82%-
XYZ71.3571.6547.61-
YUV220.2399.09150.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 169 (66.41% from 255) = 26.61%
R=39.69%
G=33.70%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221416900.150.330.0132.5393.2682.55
HexFCD6A90F211215d53
Octal37432625101741141135123
Binary11111100110101101010100101111100001110000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6A9; }

 p { color: rgb(252,214,169); }

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

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

 a { background-color: rgb(252,214,169); }

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

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

 span { border-color: rgb(252,214,169); }

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