Html Css Color HEX #FAF5E0 Off Yellow

📋 copy color: '#FAF5E0'

red 250 ◦ green 245 ◦ blue 224

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

Shades of Off Yellow #FAF5E0

Tints of Off Yellow #FAF5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.15%

R = 34.77%
G = 34.08%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAF5E0 (or 0xFAF5E0) is known color: Off Yellow. HEX triplet: FA, F5 and E0. RGB value is (250,245,224). Sum of RGB (Red+Green+Blue) = 250+245+224=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 224 (87.89% from 255 or 31.15% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5E0 is #050A1F. Grayscale: #F4F4F4. Windows color (decimal): -330272 or 14743034. OLE color: 14743034.

HSL color Cylindrical-coordinate representation of color #FAF5E0: hue angle of 48.46º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF5E0 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 224 -
CMYK 0 0.02 0.10 0.02
HSL 48.46º 0.72% 0.93% -
HSV(B) 48.46º 0.1% 0.98% -
XYZ 85.53 91.01 83.58 -
YUV 244.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 250 245 224 0 0.02 0.10 0.02 48.46 0.72 0.93
Hex FA F5 E0 0 2 A 2 30 48 5D
Octal 372 365 340 0 2 12 2 60 110 135
Binary 11111010 11110101 11100000 0 10 1010 10 110000 1001000 1011101

Color Harmonies of #FAF5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5E0

Black with #FAF5E0

Text Example


Text Example

White with #FAF5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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