#FCD7A8

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

Shades of Frangipani #FCD7A8

Tints of Frangipani #FCD7A8

Color information

#FCD7A8 (or 0xFCD7A8) is unknown color: approx Frangipani. HEX triplet: FC, D7 and A8. RGB value is (252,215,168). Sum of RGB (Red+Green+Blue) = 252+215+168=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7A8 is #032857. Grayscale: #DCDCDC. Windows color (decimal): -206936 or 11065340. OLE color: 11065340.

HSL color Cylindrical-coordinate representation of color #FCD7A8: hue angle of 33.57º 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 #FCD7A8 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252215168-
CMYK00.150.330.01
HSL33.57º93.33%82.35%-
HSV(B)33.57º33.33%98.82%-
XYZ71.5172.1247.2-
YUV220.798.26150.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 168 (66.02% from 255) = 26.46%
R=39.69%
G=33.86%
B=26.46%

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
Decimal25221516800.150.330.0133.5793.3382.35
HexFCD7A80F211225d52
Octal37432725001741142135122
Binary11111100110101111010100001111100001110001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7A8; }

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

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

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

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

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

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

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

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