Html Css Color HEX #FAF6CE Lemon Chiffon

📋 copy color: '#FAF6CE'

red 250 ◦ green 246 ◦ blue 206

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

Shades of Lemon Chiffon #FAF6CE

Tints of Lemon Chiffon #FAF6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.34%

R = 35.61%
G = 35.04%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAF6CE (or 0xFAF6CE) is known color: Lemon Chiffon. HEX triplet: FA, F6 and CE. RGB value is (250,246,206). Sum of RGB (Red+Green+Blue) = 250+246+206=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6CE is #050931. Grayscale: #F2F2F2. Windows color (decimal): -330034 or 13563642. OLE color: 13563642.

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

Color convert

RGB 250 246 206 -
CMYK 0 0.02 0.18 0.02
HSL 54.55º 0.81% 0.89% -
HSV(B) 54.55º 0.18% 0.98% -
XYZ 83.52 90.69 71.5 -
YUV 242.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 250 246 206 0 0.02 0.18 0.02 54.55 0.81 0.89
Hex FA F6 CE 0 2 12 2 37 51 59
Octal 372 366 316 0 2 22 2 67 121 131
Binary 11111010 11110110 11001110 0 10 10010 10 110111 1010001 1011001

Color Harmonies of #FAF6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6CE

Black with #FAF6CE

Text Example


Text Example

White with #FAF6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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