Html Css Color HEX #FAF4E1 Off Yellow

📋 copy color: '#FAF4E1'

red 250 ◦ green 244 ◦ blue 225

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

Shades of Off Yellow #FAF4E1

Tints of Off Yellow #FAF4E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.29%

R = 34.77%
G = 33.94%
B = 31.29%

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

#FAF4E1 (or 0xFAF4E1) is known color: Off Yellow. HEX triplet: FA, F4 and E1. RGB value is (250,244,225). Sum of RGB (Red+Green+Blue) = 250+244+225=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 225 (88.28% from 255 or 31.29% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4E1 is #050B1E. Grayscale: #F3F3F3. Windows color (decimal): -330527 or 14808314. OLE color: 14808314.

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

Color convert

RGB 250 244 225 -
CMYK 0 0.02 0.10 0.02
HSL 45.6º 0.71% 0.93% -
HSV(B) 45.6º 0.1% 0.98% -
XYZ 85.37 90.46 84.2 -
YUV 243.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 250 244 225 0 0.02 0.10 0.02 45.6 0.71 0.93
Hex FA F4 E1 0 2 A 2 2E 47 5D
Octal 372 364 341 0 2 12 2 56 107 135
Binary 11111010 11110100 11100001 0 10 1010 10 101110 1000111 1011101

Color Harmonies of #FAF4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF4E1

Black with #FAF4E1

Text Example


Text Example

White with #FAF4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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