Html Css Color HEX #FCFFB9 Chiffon

📋 copy color: '#FCFFB9'

red 252 ◦ green 255 ◦ blue 185

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

Shades of Chiffon #FCFFB9

Tints of Chiffon #FCFFB9

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

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

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

RGB 252 255 185 -
CMYK 0.01 0 0.27 0
HSL 62.57º 1% 0.86% -
HSV(B) 62.57º 0.27% 1% -
XYZ 84.66 95.72 59.91 -
YUV 246.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 252 255 185 0.01 0 0.27 0 62.57 1 0.86
Hex FC FF B9 1 0 1B 0 3F 64 56
Octal 374 377 271 1 0 33 0 77 144 126
Binary 11111100 11111111 10111001 1 0 11011 0 111111 1100100 1010110

Color Harmonies of #FCFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB9

Black with #FCFFB9

Text Example


Text Example

White with #FCFFB9

Text Example


Text Example

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