Html Css Color HEX #FCFFB5 Chiffon

📋 copy color: '#FCFFB5'

red 252 ◦ green 255 ◦ blue 181

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

Shades of Chiffon #FCFFB5

Tints of Chiffon #FCFFB5

RGB

 RED value IS 252 (98.83% from 255) = 36.63%

 GREEN value IS 255 (100% from 255) = 37.06%

 BLUE value IS 181 (71.09% from 255) = 26.31%

R = 36.63%
G = 37.06%
B = 26.31%

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

#FCFFB5 (or 0xFCFFB5) is known color: Chiffon. HEX triplet: FC, FF and B5. RGB value is (252,255,181). Sum of RGB (Red+Green+Blue) = 252+255+181=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 181 (71.09% from 255 or 26.31% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFB5 is #03004A. Grayscale: #F5F5F5. Windows color (decimal): -196683 or 11927548. OLE color: 11927548.

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

Color convert

RGB 252 255 181 -
CMYK 0.01 0 0.29 0
HSL 62.43º 1% 0.85% -
HSV(B) 62.43º 0.29% 1% -
XYZ 84.25 95.55 57.72 -
YUV 245.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 252 255 181 0.01 0 0.29 0 62.43 1 0.85
Hex FC FF B5 1 0 1D 0 3E 64 55
Octal 374 377 265 1 0 35 0 76 144 125
Binary 11111100 11111111 10110101 1 0 11101 0 111110 1100100 1010101

Color Harmonies of #FCFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB5

Black with #FCFFB5

Text Example


Text Example

White with #FCFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB5; }

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

 H1.HeaderClassName
 {
   color: #FCFFB5;
 }
 .AnyTagClassName
 {
   color: #FCFFB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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