Html Css Color HEX #FCFEB6 Chiffon

📋 copy color: '#FCFEB6'

red 252 ◦ green 254 ◦ blue 182

#FCFEB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chiffon #FCFEB6

Tints of Chiffon #FCFEB6

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 value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FCFEB6 (or 0xFCFEB6) is known color: 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

RGB 252 254 182 -
CMYK 0.01 0 0.28 0.00
HSL 61.67º 0.97% 0.85% -
HSV(B) 61.67º 0.28% 1% -
XYZ 84.03 94.96 58.16 -
YUV 245.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 252 254 182 0.01 0 0.28 0.00 61.67 0.97 0.85
Hex FC FE B6 1 0 1C 0 3E 61 55
Octal 374 376 266 1 0 34 0 76 141 125
Binary 11111100 11111110 10110110 1 0 11100 0 111110 1100001 1010101

Color Harmonies of #FCFEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEB6

Black with #FCFEB6

Text Example


Text Example

White with #FCFEB6

Text Example


Text Example

HTML Codes & Css Web 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>