#FCFEB6

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

Shades of Chiffon #FCFEB6

Tints of Chiffon #FCFEB6

Color information

#FCFEB6 (or 0xFCFEB6) is unknown color: approx Chiffon. HEX triplet: FC, FE and B6. RGB value is (252,254,182). Sum of RGB (Red+Green+Blue) = 252+254+182=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 182 (71.48% from 255 or 26.45% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEB6 is #030149. Grayscale: #F5F5F5. Windows color (decimal): -196938 or 11992828. OLE color: 11992828.

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

Color convert

RGB252254182-
CMYK0.0100.280.00
HSL61.67º97.3%85.49%-
HSV(B)61.67º28.35%99.61%-
XYZ84.0394.9658.16-
YUV245.1992.34132.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 182 (71.48% from 255) = 26.45%
R=36.63%
G=36.92%
B=26.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541820.0100.280.0061.6797.385.49
HexFCFEB6101C03e6155
Octal3743762661034076141125
Binary1111110011111110101101101011100011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEB6; }

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

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

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

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

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

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

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

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