Html Css Color HEX #FAF2D8 Off Yellow

📋 copy color: '#FAF2D8'

red 250 ◦ green 242 ◦ blue 216

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

Shades of Off Yellow #FAF2D8

Tints of Off Yellow #FAF2D8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.18%

 BLUE value IS 216 (84.77% from 255) = 30.51%

R = 35.31%
G = 34.18%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAF2D8 (or 0xFAF2D8) is known color: Off Yellow. HEX triplet: FA, F2 and D8. RGB value is (250,242,216). Sum of RGB (Red+Green+Blue) = 250+242+216=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 216 (84.77% from 255 or 30.51% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D8 is #050D27. Grayscale: #F1F1F1. Windows color (decimal): -331048 or 14217978. OLE color: 14217978.

HSL color Cylindrical-coordinate representation of color #FAF2D8: hue angle of 45.88º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAF2D8 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 216 -
CMYK 0 0.03 0.14 0.02
HSL 45.88º 0.77% 0.91% -
HSV(B) 45.88º 0.14% 0.98% -
XYZ 83.57 88.79 77.7 -
YUV 241.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 250 242 216 0 0.03 0.14 0.02 45.88 0.77 0.91
Hex FA F2 D8 0 3 E 2 2E 4D 5B
Octal 372 362 330 0 3 16 2 56 115 133
Binary 11111010 11110010 11011000 0 11 1110 10 101110 1001101 1011011

Color Harmonies of #FAF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2D8

Black with #FAF2D8

Text Example


Text Example

White with #FAF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2D8; }

 p { color: rgb(250,242,216); }

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

background-color css

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

 a { background-color: rgb(250,242,216); }

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

border-color css

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

 span { border-color: rgb(250,242,216); }

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