Html Css Color HEX #FAF5DC Off Yellow

📋 copy color: '#FAF5DC'

red 250 ◦ green 245 ◦ blue 220

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

Shades of Off Yellow #FAF5DC

Tints of Off Yellow #FAF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.27%

 BLUE value IS 220 (86.33% from 255) = 30.77%

R = 34.97%
G = 34.27%
B = 30.77%

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

#FAF5DC (or 0xFAF5DC) is known color: Off Yellow. HEX triplet: FA, F5 and DC. RGB value is (250,245,220). Sum of RGB (Red+Green+Blue) = 250+245+220=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5DC is #050A23. Grayscale: #F3F3F3. Windows color (decimal): -330276 or 14480890. OLE color: 14480890.

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

Color convert

RGB 250 245 220 -
CMYK 0 0.02 0.12 0.02
HSL 50º 0.75% 0.92% -
HSV(B) 50º 0.12% 0.98% -
XYZ 85 90.8 80.76 -
YUV 243.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 250 245 220 0 0.02 0.12 0.02 50 0.75 0.92
Hex FA F5 DC 0 2 C 2 32 4B 5C
Octal 372 365 334 0 2 14 2 62 113 134
Binary 11111010 11110101 11011100 0 10 1100 10 110010 1001011 1011100

Color Harmonies of #FAF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5DC

Black with #FAF5DC

Text Example


Text Example

White with #FAF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5DC; }

 p { color: rgb(250,245,220); }

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

background-color css

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

 a { background-color: rgb(250,245,220); }

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

border-color css

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

 span { border-color: rgb(250,245,220); }

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