Html Css Color HEX #FAF6D1 Lemon Chiffon

📋 copy color: '#FAF6D1'

red 250 ◦ green 246 ◦ blue 209

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

Shades of Lemon Chiffon #FAF6D1

Tints of Lemon Chiffon #FAF6D1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.89%

 BLUE value IS 209 (82.03% from 255) = 29.65%

R = 35.46%
G = 34.89%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF6D1 (or 0xFAF6D1) is known color: Lemon Chiffon. HEX triplet: FA, F6 and D1. RGB value is (250,246,209). Sum of RGB (Red+Green+Blue) = 250+246+209=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 209 (82.03% from 255 or 29.65% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6D1 is #05092E. Grayscale: #F3F3F3. Windows color (decimal): -330031 or 13760250. OLE color: 13760250.

HSL color Cylindrical-coordinate representation of color #FAF6D1: hue angle of 54.15º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAF6D1 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 209 -
CMYK 0 0.02 0.16 0.02
HSL 54.15º 0.8% 0.9% -
HSV(B) 54.15º 0.16% 0.98% -
XYZ 83.89 90.84 73.43 -
YUV 242.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 250 246 209 0 0.02 0.16 0.02 54.15 0.8 0.9
Hex FA F6 D1 0 2 10 2 36 50 5A
Octal 372 366 321 0 2 20 2 66 120 132
Binary 11111010 11110110 11010001 0 10 10000 10 110110 1010000 1011010

Color Harmonies of #FAF6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6D1

Black with #FAF6D1

Text Example


Text Example

White with #FAF6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6D1; }

 p { color: rgb(250,246,209); }

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

background-color css

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

 a { background-color: rgb(250,246,209); }

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

border-color css

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

 span { border-color: rgb(250,246,209); }

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