Html Css Color HEX #FCFFB7 Chiffon

📋 copy color: '#FCFFB7'

red 252 ◦ green 255 ◦ blue 183

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

Shades of Chiffon #FCFFB7

Tints of Chiffon #FCFFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 26.52%

R = 36.52%
G = 36.96%
B = 26.52%

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

#FCFFB7 (or 0xFCFFB7) is known color: Chiffon. HEX triplet: FC, FF and B7. RGB value is (252,255,183). Sum of RGB (Red+Green+Blue) = 252+255+183=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 183 (71.88% from 255 or 26.52% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFB7 is #030048. Grayscale: #F6F6F6. Windows color (decimal): -196681 or 12058620. OLE color: 12058620.

HSL color Cylindrical-coordinate representation of color #FCFFB7: hue angle of 62.5º 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 #FCFFB7 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 183 -
CMYK 0.01 0 0.28 0
HSL 62.5º 1% 0.86% -
HSV(B) 62.5º 0.28% 1% -
XYZ 84.45 95.63 58.81 -
YUV 245.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 252 255 183 0.01 0 0.28 0 62.5 1 0.86
Hex FC FF B7 1 0 1C 0 3F 64 56
Octal 374 377 267 1 0 34 0 77 144 126
Binary 11111100 11111111 10110111 1 0 11100 0 111111 1100100 1010110

Color Harmonies of #FCFFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB7

Black with #FCFFB7

Text Example


Text Example

White with #FCFFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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