#FCD99E

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

Shades of Frangipani #FCD99E

Tints of Frangipani #FCD99E

Color information

#FCD99E (or 0xFCD99E) is unknown color: approx Frangipani. HEX triplet: FC, D9 and 9E. RGB value is (252,217,158). Sum of RGB (Red+Green+Blue) = 252+217+158=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99E is #032661. Grayscale: #DDDDDD. Windows color (decimal): -206434 or 10410492. OLE color: 10410492.

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

Color convert

RGB252217158-
CMYK00.140.370.01
HSL37.66º94%80.39%-
HSV(B)37.66º37.3%98.82%-
XYZ71.1372.7942.65-
YUV220.7492.6150.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 158 (62.11% from 255) = 25.20%
R=40.19%
G=34.61%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221715800.140.370.0137.669480.39
HexFCD99E0E251265e50
Octal37433123601645146136120
Binary11111100110110011001111001110100101110011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD99E; }

 p { color: rgb(252,217,158); }

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

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

 a { background-color: rgb(252,217,158); }

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

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

 span { border-color: rgb(252,217,158); }

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