Html Css Color HEX #FAF6E5 Off Yellow

📋 copy color: '#FAF6E5'

red 250 ◦ green 246 ◦ blue 229

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

Shades of Off Yellow #FAF6E5

Tints of Off Yellow #FAF6E5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.93%

 BLUE value IS 229 (89.84% from 255) = 31.59%

R = 34.48%
G = 33.93%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAF6E5 (or 0xFAF6E5) is known color: Off Yellow. HEX triplet: FA, F6 and E5. RGB value is (250,246,229). Sum of RGB (Red+Green+Blue) = 250+246+229=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 246 (96.48% from 255 or 33.93% from 725); Blue value is 229 (89.84% from 255 or 31.59% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6E5 is #05091A. Grayscale: #F5F5F5. Windows color (decimal): -330011 or 15070970. OLE color: 15070970.

HSL color Cylindrical-coordinate representation of color #FAF6E5: hue angle of 48.57º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF6E5 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 229 -
CMYK 0 0.02 0.08 0.02
HSL 48.57º 0.68% 0.94% -
HSV(B) 48.57º 0.08% 0.98% -
XYZ 86.52 91.89 87.31 -
YUV 245.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 250 246 229 0 0.02 0.08 0.02 48.57 0.68 0.94
Hex FA F6 E5 0 2 8 2 31 44 5E
Octal 372 366 345 0 2 10 2 61 104 136
Binary 11111010 11110110 11100101 0 10 1000 10 110001 1000100 1011110

Color Harmonies of #FAF6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6E5

Black with #FAF6E5

Text Example


Text Example

White with #FAF6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6E5; }

 p { color: rgb(250,246,229); }

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

background-color css

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

 a { background-color: rgb(250,246,229); }

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

border-color css

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

 span { border-color: rgb(250,246,229); }

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