#FCFFB6

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

Shades of Chiffon #FCFFB6

Tints of Chiffon #FCFFB6

Color information

#FCFFB6 (or 0xFCFFB6) is unknown color: approx Chiffon. HEX triplet: FC, FF and B6. RGB value is (252,255,182). Sum of RGB (Red+Green+Blue) = 252+255+182=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 182 (71.48% from 255 or 26.42% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFB6 is #030049. Grayscale: #F6F6F6. Windows color (decimal): -196682 or 11993084. OLE color: 11993084.

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

Color convert

RGB252255182-
CMYK0.0100.290
HSL62.47º100%85.69%-
HSV(B)62.47º28.63%100%-
XYZ84.3595.5958.26-
YUV245.7892.01132.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 182 (71.48% from 255) = 26.42%
R=36.57%
G=37.01%
B=26.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551820.0100.29062.4710085.69
HexFCFFB6101D03e6456
Octal3743772661035076144126
Binary1111110011111111101101101011101011111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFB6; }

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

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

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

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

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

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

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

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