#FCFFB9

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

Shades of Chiffon #FCFFB9

Tints of Chiffon #FCFFB9

Color information

#FCFFB9 (or 0xFCFFB9) is unknown color: approx Chiffon. HEX triplet: FC, FF and B9. RGB value is (252,255,185). Sum of RGB (Red+Green+Blue) = 252+255+185=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 185 (72.66% from 255 or 26.73% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFB9 is #030046. Grayscale: #F6F6F6. Windows color (decimal): -196679 or 12189692. OLE color: 12189692.

HSL color Cylindrical-coordinate representation of color #FCFFB9: hue angle of 62.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFFB9 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB252255185-
CMYK0.0100.270
HSL62.57º100%86.27%-
HSV(B)62.57º27.45%100%-
XYZ84.6695.7259.91-
YUV246.1293.51132.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 185 (72.66% from 255) = 26.73%
R=36.42%
G=36.85%
B=26.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551850.0100.27062.5710086.27
HexFCFFB9101B03f6456
Octal3743772711033077144126
Binary1111110011111111101110011011011011111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFB9; }

 p { color: rgb(252,255,185); }

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

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

 a { background-color: rgb(252,255,185); }

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

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

 span { border-color: rgb(252,255,185); }

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