Html Css Color HEX #FAFEB5 Chiffon

📋 copy color: '#FAFEB5'

red 250 ◦ green 254 ◦ blue 181

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

Shades of Chiffon #FAFEB5

Tints of Chiffon #FAFEB5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.08%

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

R = 36.5%
G = 37.08%
B = 26.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FAFEB5 (or 0xFAFEB5) is known color: Chiffon. HEX triplet: FA, FE and B5. RGB value is (250,254,181). Sum of RGB (Red+Green+Blue) = 250+254+181=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEB5 is #05014A. Grayscale: #F4F4F4. Windows color (decimal): -328011 or 11927290. OLE color: 11927290.

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

Color convert

RGB 250 254 181 -
CMYK 0.02 0 0.29 0.00
HSL 63.29º 0.97% 0.85% -
HSV(B) 63.29º 0.29% 1% -
XYZ 83.21 94.54 57.58 -
YUV 244.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 250 254 181 0.02 0 0.29 0.00 63.29 0.97 0.85
Hex FA FE B5 2 0 1D 0 3F 61 55
Octal 372 376 265 2 0 35 0 77 141 125
Binary 11111010 11111110 10110101 10 0 11101 0 111111 1100001 1010101

Color Harmonies of #FAFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEB5

Black with #FAFEB5

Text Example


Text Example

White with #FAFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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