Html Css Color HEX #FCFFB6 Chiffon

📋 copy color: '#FCFFB6'

red 252 ◦ green 255 ◦ blue 182

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

Shades of Chiffon #FCFFB6

Tints of Chiffon #FCFFB6

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

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

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

RGB 252 255 182 -
CMYK 0.01 0 0.29 0
HSL 62.47º 1% 0.86% -
HSV(B) 62.47º 0.29% 1% -
XYZ 84.35 95.59 58.26 -
YUV 245.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 252 255 182 0.01 0 0.29 0 62.47 1 0.86
Hex FC FF B6 1 0 1D 0 3E 64 56
Octal 374 377 266 1 0 35 0 76 144 126
Binary 11111100 11111111 10110110 1 0 11101 0 111110 1100100 1010110

Color Harmonies of #FCFFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB6

Black with #FCFFB6

Text Example


Text Example

White with #FCFFB6

Text Example


Text Example

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