#FCD8A8

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

Shades of Frangipani #FCD8A8

Tints of Frangipani #FCD8A8

Color information

#FCD8A8 (or 0xFCD8A8) is unknown color: approx Frangipani. HEX triplet: FC, D8 and A8. RGB value is (252,216,168). Sum of RGB (Red+Green+Blue) = 252+216+168=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8A8 is #032757. Grayscale: #DDDDDD. Windows color (decimal): -206680 or 11065596. OLE color: 11065596.

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

Color convert

RGB252216168-
CMYK00.140.330.01
HSL34.29º93.33%82.35%-
HSV(B)34.29º33.33%98.82%-
XYZ71.7772.6347.28-
YUV221.2997.93149.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 168 (66.02% from 255) = 26.42%
R=39.62%
G=33.96%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221616800.140.330.0134.2993.3382.35
HexFCD8A80E211225d52
Octal37433025001641142135122
Binary11111100110110001010100001110100001110001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8A8; }

 p { color: rgb(252,216,168); }

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

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

 a { background-color: rgb(252,216,168); }

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

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

 span { border-color: rgb(252,216,168); }

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