Html Css Color HEX #FAF4DB Off Yellow

📋 copy color: '#FAF4DB'

red 250 ◦ green 244 ◦ blue 219

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

Shades of Off Yellow #FAF4DB

Tints of Off Yellow #FAF4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.72%

R = 35.06%
G = 34.22%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAF4DB (or 0xFAF4DB) is known color: Off Yellow. HEX triplet: FA, F4 and DB. RGB value is (250,244,219). Sum of RGB (Red+Green+Blue) = 250+244+219=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 244 (95.70% from 255 or 34.22% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4DB is #050B24. Grayscale: #F3F3F3. Windows color (decimal): -330533 or 14415098. OLE color: 14415098.

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

Color convert

RGB 250 244 219 -
CMYK 0 0.02 0.12 0.02
HSL 48.39º 0.76% 0.92% -
HSV(B) 48.39º 0.12% 0.98% -
XYZ 84.56 90.14 79.96 -
YUV 242.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 250 244 219 0 0.02 0.12 0.02 48.39 0.76 0.92
Hex FA F4 DB 0 2 C 2 30 4C 5C
Octal 372 364 333 0 2 14 2 60 114 134
Binary 11111010 11110100 11011011 0 10 1100 10 110000 1001100 1011100

Color Harmonies of #FAF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF4DB

Black with #FAF4DB

Text Example


Text Example

White with #FAF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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