Html Css Color HEX #FAFEB9 Chiffon

📋 copy color: '#FAFEB9'

red 250 ◦ green 254 ◦ blue 185

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

Shades of Chiffon #FAFEB9

Tints of Chiffon #FAFEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 26.85%

R = 36.28%
G = 36.87%
B = 26.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FAFEB9 (or 0xFAFEB9) is known color: Chiffon. HEX triplet: FA, FE and B9. RGB value is (250,254,185). Sum of RGB (Red+Green+Blue) = 250+254+185=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEB9 is #050146. Grayscale: #F5F5F5. Windows color (decimal): -328007 or 12189434. OLE color: 12189434.

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

Color convert

RGB 250 254 185 -
CMYK 0.02 0 0.27 0.00
HSL 63.48º 0.97% 0.86% -
HSV(B) 63.48º 0.27% 1% -
XYZ 83.62 94.71 59.77 -
YUV 244.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 250 254 185 0.02 0 0.27 0.00 63.48 0.97 0.86
Hex FA FE B9 2 0 1B 0 3F 61 56
Octal 372 376 271 2 0 33 0 77 141 126
Binary 11111010 11111110 10111001 10 0 11011 0 111111 1100001 1010110

Color Harmonies of #FAFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEB9

Black with #FAFEB9

Text Example


Text Example

White with #FAFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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