Html Css Color HEX #FAFCB5 Chiffon

📋 copy color: '#FAFCB5'

red 250 ◦ green 252 ◦ blue 181

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

Shades of Chiffon #FAFCB5

Tints of Chiffon #FAFCB5

RGB

 RED value IS 250 (98.05% from 255) = 36.6%

 GREEN value IS 252 (98.83% from 255) = 36.9%

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

R = 36.6%
G = 36.9%
B = 26.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FAFCB5 (or 0xFAFCB5) is known color: Chiffon. HEX triplet: FA, FC and B5. RGB value is (250,252,181). Sum of RGB (Red+Green+Blue) = 250+252+181=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCB5 is #05034A. Grayscale: #F3F3F3. Windows color (decimal): -328523 or 11926778. OLE color: 11926778.

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

Color convert

RGB 250 252 181 -
CMYK 0.01 0 0.28 0.01
HSL 61.69º 0.92% 0.85% -
HSV(B) 61.69º 0.28% 0.99% -
XYZ 82.58 93.28 57.37 -
YUV 243.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 250 252 181 0.01 0 0.28 0.01 61.69 0.92 0.85
Hex FA FC B5 1 0 1C 1 3E 5C 55
Octal 372 374 265 1 0 34 1 76 134 125
Binary 11111010 11111100 10110101 1 0 11100 1 111110 1011100 1010101

Color Harmonies of #FAFCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFCB5

Black with #FAFCB5

Text Example


Text Example

White with #FAFCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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