Html Css Color HEX #FAF2DA Off Yellow

📋 copy color: '#FAF2DA'

red 250 ◦ green 242 ◦ blue 218

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

Shades of Off Yellow #FAF2DA

Tints of Off Yellow #FAF2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.7%

R = 35.21%
G = 34.08%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAF2DA (or 0xFAF2DA) is known color: Off Yellow. HEX triplet: FA, F2 and DA. RGB value is (250,242,218). Sum of RGB (Red+Green+Blue) = 250+242+218=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DA is #050D25. Grayscale: #F1F1F1. Windows color (decimal): -331046 or 14349050. OLE color: 14349050.

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

Color convert

RGB 250 242 218 -
CMYK 0 0.03 0.13 0.02
HSL 45º 0.76% 0.92% -
HSV(B) 45º 0.13% 0.98% -
XYZ 83.83 88.89 79.07 -
YUV 241.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 250 242 218 0 0.03 0.13 0.02 45 0.76 0.92
Hex FA F2 DA 0 3 D 2 2D 4C 5C
Octal 372 362 332 0 3 15 2 55 114 134
Binary 11111010 11110010 11011010 0 11 1101 10 101101 1001100 1011100

Color Harmonies of #FAF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2DA

Black with #FAF2DA

Text Example


Text Example

White with #FAF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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