#FCD7A0

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

Shades of Frangipani #FCD7A0

Tints of Frangipani #FCD7A0

Color information

#FCD7A0 (or 0xFCD7A0) is unknown color: approx Frangipani. HEX triplet: FC, D7 and A0. RGB value is (252,215,160). Sum of RGB (Red+Green+Blue) = 252+215+160=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7A0 is #03285F. Grayscale: #DCDCDC. Windows color (decimal): -206944 or 10541052. OLE color: 10541052.

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

Color convert

RGB252215160-
CMYK00.150.370.01
HSL35.87º93.88%80.78%-
HSV(B)35.87º36.51%98.82%-
XYZ70.7971.8343.39-
YUV219.7994.26150.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 160 (62.89% from 255) = 25.52%
R=40.19%
G=34.29%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221516000.150.370.0135.8793.8880.78
HexFCD7A00F251245e51
Octal37432724001745144136121
Binary11111100110101111010000001111100101110010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7A0; }

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

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

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

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

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

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

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

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