Html Css Color HEX #FCFFB8 Chiffon

📋 copy color: '#FCFFB8'

red 252 ◦ green 255 ◦ blue 184

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

Shades of Chiffon #FCFFB8

Tints of Chiffon #FCFFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 26.63%

R = 36.47%
G = 36.9%
B = 26.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FCFFB8 (or 0xFCFFB8) is known color: Chiffon. HEX triplet: FC, FF and B8. RGB value is (252,255,184). Sum of RGB (Red+Green+Blue) = 252+255+184=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 184 (72.27% from 255 or 26.63% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFB8 is #030047. Grayscale: #F6F6F6. Windows color (decimal): -196680 or 12124156. OLE color: 12124156.

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

Color convert

RGB 252 255 184 -
CMYK 0.01 0 0.28 0
HSL 62.54º 1% 0.86% -
HSV(B) 62.54º 0.28% 1% -
XYZ 84.56 95.68 59.36 -
YUV 246.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 252 255 184 0.01 0 0.28 0 62.54 1 0.86
Hex FC FF B8 1 0 1C 0 3F 64 56
Octal 374 377 270 1 0 34 0 77 144 126
Binary 11111100 11111111 10111000 1 0 11100 0 111111 1100100 1010110

Color Harmonies of #FCFFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB8

Black with #FCFFB8

Text Example


Text Example

White with #FCFFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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