#FCD89D

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

Shades of Frangipani #FCD89D

Tints of Frangipani #FCD89D

Color information

#FCD89D (or 0xFCD89D) is unknown color: approx Frangipani. HEX triplet: FC, D8 and 9D. RGB value is (252,216,157). Sum of RGB (Red+Green+Blue) = 252+216+157=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD89D is #032762. Grayscale: #DCDCDC. Windows color (decimal): -206691 or 10344700. OLE color: 10344700.

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

Color convert

RGB252216157-
CMYK00.140.380.01
HSL37.26º94.06%80.2%-
HSV(B)37.26º37.7%98.82%-
XYZ70.7972.2442.11-
YUV220.0492.43150.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 157 (61.72% from 255) = 25.12%
R=40.32%
G=34.56%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221615700.140.380.0137.2694.0680.2
HexFCD89D0E261255e50
Octal37433023501646145136120
Binary11111100110110001001110101110100110110010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD89D; }

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

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

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

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

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

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

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

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