Html Css Color HEX #FAF5E3 Off Yellow

📋 copy color: '#FAF5E3'

red 250 ◦ green 245 ◦ blue 227

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

Shades of Off Yellow #FAF5E3

Tints of Off Yellow #FAF5E3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.93%

 BLUE value IS 227 (89.06% from 255) = 31.44%

R = 34.63%
G = 33.93%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAF5E3 (or 0xFAF5E3) is known color: Off Yellow. HEX triplet: FA, F5 and E3. RGB value is (250,245,227). Sum of RGB (Red+Green+Blue) = 250+245+227=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 227 (89.06% from 255 or 31.44% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5E3 is #050A1C. Grayscale: #F4F4F4. Windows color (decimal): -330269 or 14939642. OLE color: 14939642.

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

Color convert

RGB 250 245 227 -
CMYK 0 0.02 0.09 0.02
HSL 46.96º 0.7% 0.94% -
HSV(B) 46.96º 0.09% 0.98% -
XYZ 85.94 91.17 85.74 -
YUV 244.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 250 245 227 0 0.02 0.09 0.02 46.96 0.7 0.94
Hex FA F5 E3 0 2 9 2 2F 46 5E
Octal 372 365 343 0 2 11 2 57 106 136
Binary 11111010 11110101 11100011 0 10 1001 10 101111 1000110 1011110

Color Harmonies of #FAF5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5E3

Black with #FAF5E3

Text Example


Text Example

White with #FAF5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5E3; }

 p { color: rgb(250,245,227); }

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

background-color css

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

 a { background-color: rgb(250,245,227); }

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

border-color css

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

 span { border-color: rgb(250,245,227); }

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