Html Css Color HEX #FAFEBB Chiffon

📋 copy color: '#FAFEBB'

red 250 ◦ green 254 ◦ blue 187

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

Shades of Chiffon #FAFEBB

Tints of Chiffon #FAFEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.06%

R = 36.18%
G = 36.76%
B = 27.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FAFEBB (or 0xFAFEBB) is known color: Chiffon. HEX triplet: FA, FE and BB. RGB value is (250,254,187). Sum of RGB (Red+Green+Blue) = 250+254+187=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 187 (73.44% from 255 or 27.06% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBB is #050144. Grayscale: #F5F5F5. Windows color (decimal): -328005 or 12320506. OLE color: 12320506.

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

Color convert

RGB 250 254 187 -
CMYK 0.02 0 0.26 0.00
HSL 63.58º 0.97% 0.86% -
HSV(B) 63.58º 0.26% 1% -
XYZ 83.84 94.8 60.89 -
YUV 245.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 250 254 187 0.02 0 0.26 0.00 63.58 0.97 0.86
Hex FA FE BB 2 0 1A 0 40 61 56
Octal 372 376 273 2 0 32 0 100 141 126
Binary 11111010 11111110 10111011 10 0 11010 0 1000000 1100001 1010110

Color Harmonies of #FAFEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEBB

Black with #FAFEBB

Text Example


Text Example

White with #FAFEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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