#FCD8A7

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

Shades of Frangipani #FCD8A7

Tints of Frangipani #FCD8A7

Color information

#FCD8A7 (or 0xFCD8A7) is unknown color: approx Frangipani. HEX triplet: FC, D8 and A7. RGB value is (252,216,167). Sum of RGB (Red+Green+Blue) = 252+216+167=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8A7 is #032758. Grayscale: #DDDDDD. Windows color (decimal): -206681 or 11000060. OLE color: 11000060.

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

Color convert

RGB252216167-
CMYK00.140.340.01
HSL34.59º93.41%82.16%-
HSV(B)34.59º33.73%98.82%-
XYZ71.6872.646.79-
YUV221.1897.43149.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 167 (65.62% from 255) = 26.30%
R=39.69%
G=34.02%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221616700.140.340.0134.5993.4182.16
HexFCD8A70E221235d52
Octal37433024701642143135122
Binary11111100110110001010011101110100010110001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8A7; }

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

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

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

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

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

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

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

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