Html Css Color HEX #FAF4E0 Off Yellow

📋 copy color: '#FAF4E0'

red 250 ◦ green 244 ◦ blue 224

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

Shades of Off Yellow #FAF4E0

Tints of Off Yellow #FAF4E0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.98%

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

R = 34.82%
G = 33.98%
B = 31.2%

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

#FAF4E0 (or 0xFAF4E0) is known color: Off Yellow. HEX triplet: FA, F4 and E0. RGB value is (250,244,224). Sum of RGB (Red+Green+Blue) = 250+244+224=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 224 (87.89% from 255 or 31.20% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4E0 is #050B1F. Grayscale: #F3F3F3. Windows color (decimal): -330528 or 14742778. OLE color: 14742778.

HSL color Cylindrical-coordinate representation of color #FAF4E0: hue angle of 46.15º 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 #FAF4E0 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 244 224 -
CMYK 0 0.02 0.10 0.02
HSL 46.15º 0.72% 0.93% -
HSV(B) 46.15º 0.1% 0.98% -
XYZ 85.23 90.41 83.48 -
YUV 243.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 250 244 224 0 0.02 0.10 0.02 46.15 0.72 0.93
Hex FA F4 E0 0 2 A 2 2E 48 5D
Octal 372 364 340 0 2 12 2 56 110 135
Binary 11111010 11110100 11100000 0 10 1010 10 101110 1001000 1011101

Color Harmonies of #FAF4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF4E0

Black with #FAF4E0

Text Example


Text Example

White with #FAF4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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