#FCD8A1

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

Shades of Frangipani #FCD8A1

Tints of Frangipani #FCD8A1

Color information

#FCD8A1 (or 0xFCD8A1) is unknown color: approx Frangipani. HEX triplet: FC, D8 and A1. RGB value is (252,216,161). Sum of RGB (Red+Green+Blue) = 252+216+161=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8A1 is #03275E. Grayscale: #DCDCDC. Windows color (decimal): -206687 or 10606844. OLE color: 10606844.

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

Color convert

RGB252216161-
CMYK00.140.360.01
HSL36.26º93.81%80.98%-
HSV(B)36.26º36.11%98.82%-
XYZ71.1372.3843.94-
YUV220.4994.43150.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 161 (63.28% from 255) = 25.60%
R=40.06%
G=34.34%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221616100.140.360.0136.2693.8180.98
HexFCD8A10E241245e51
Octal37433024101644144136121
Binary11111100110110001010000101110100100110010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8A1; }

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

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

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

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

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

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

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

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