Html Css Color HEX #FAF3DD Off Yellow

📋 copy color: '#FAF3DD'

red 250 ◦ green 243 ◦ blue 221

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

Shades of Off Yellow #FAF3DD

Tints of Off Yellow #FAF3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.95%

R = 35.01%
G = 34.03%
B = 30.95%

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

#FAF3DD (or 0xFAF3DD) is known color: Off Yellow. HEX triplet: FA, F3 and DD. RGB value is (250,243,221). Sum of RGB (Red+Green+Blue) = 250+243+221=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3DD is #050C22. Grayscale: #F2F2F2. Windows color (decimal): -330787 or 14545914. OLE color: 14545914.

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

Color convert

RGB 250 243 221 -
CMYK 0 0.03 0.12 0.02
HSL 45.52º 0.74% 0.92% -
HSV(B) 45.52º 0.12% 0.98% -
XYZ 84.53 89.65 81.25 -
YUV 242.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 250 243 221 0 0.03 0.12 0.02 45.52 0.74 0.92
Hex FA F3 DD 0 3 C 2 2E 4A 5C
Octal 372 363 335 0 3 14 2 56 112 134
Binary 11111010 11110011 11011101 0 11 1100 10 101110 1001010 1011100

Color Harmonies of #FAF3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3DD

Black with #FAF3DD

Text Example


Text Example

White with #FAF3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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