Html Css Color HEX #FAF3DC Off Yellow

📋 copy color: '#FAF3DC'

red 250 ◦ green 243 ◦ blue 220

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

Shades of Off Yellow #FAF3DC

Tints of Off Yellow #FAF3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.08%

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

R = 35.06%
G = 34.08%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAF3DC (or 0xFAF3DC) is known color: Off Yellow. HEX triplet: FA, F3 and DC. RGB value is (250,243,220). Sum of RGB (Red+Green+Blue) = 250+243+220=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3DC is #050C23. Grayscale: #F2F2F2. Windows color (decimal): -330788 or 14480378. OLE color: 14480378.

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

Color convert

RGB 250 243 220 -
CMYK 0 0.03 0.12 0.02
HSL 46º 0.75% 0.92% -
HSV(B) 46º 0.12% 0.98% -
XYZ 84.39 89.59 80.56 -
YUV 242.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 250 243 220 0 0.03 0.12 0.02 46 0.75 0.92
Hex FA F3 DC 0 3 C 2 2E 4B 5C
Octal 372 363 334 0 3 14 2 56 113 134
Binary 11111010 11110011 11011100 0 11 1100 10 101110 1001011 1011100

Color Harmonies of #FAF3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3DC

Black with #FAF3DC

Text Example


Text Example

White with #FAF3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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