#FCD2A4

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

Shades of Frangipani #FCD2A4

Tints of Frangipani #FCD2A4

Color information

#FCD2A4 (or 0xFCD2A4) is unknown color: approx Frangipani. HEX triplet: FC, D2 and A4. RGB value is (252,210,164). Sum of RGB (Red+Green+Blue) = 252+210+164=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2A4 is #032D5B. Grayscale: #D9D9D9. Windows color (decimal): -208220 or 10801916. OLE color: 10801916.

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

Color convert

RGB252210164-
CMYK00.170.350.01
HSL31.36º93.62%81.57%-
HSV(B)31.36º34.92%98.82%-
XYZ69.8969.4744.85-
YUV217.3197.91152.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 164 (64.45% from 255) = 26.20%
R=40.26%
G=33.55%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221016400.170.350.0131.3693.6281.57
HexFCD2A40112311f5e52
Octal37432224402143137136122
Binary11111100110100101010010001000110001111111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2A4; }

 p { color: rgb(252,210,164); }

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

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

 a { background-color: rgb(252,210,164); }

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

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

 span { border-color: rgb(252,210,164); }

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