Html Css Color HEX #FAF6DF Promenade

📋 copy color: '#FAF6DF'

red 250 ◦ green 246 ◦ blue 223

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

Shades of Promenade #FAF6DF

Tints of Promenade #FAF6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.02%

R = 34.77%
G = 34.21%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAF6DF (or 0xFAF6DF) is known color: Promenade. HEX triplet: FA, F6 and DF. RGB value is (250,246,223). Sum of RGB (Red+Green+Blue) = 250+246+223=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DF is #050920. Grayscale: #F4F4F4. Windows color (decimal): -330017 or 14677754. OLE color: 14677754.

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

Color convert

RGB 250 246 223 -
CMYK 0 0.02 0.11 0.02
HSL 51.11º 0.73% 0.93% -
HSV(B) 51.11º 0.11% 0.98% -
XYZ 85.7 91.56 82.97 -
YUV 244.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 250 246 223 0 0.02 0.11 0.02 51.11 0.73 0.93
Hex FA F6 DF 0 2 B 2 33 49 5D
Octal 372 366 337 0 2 13 2 63 111 135
Binary 11111010 11110110 11011111 0 10 1011 10 110011 1001001 1011101

Color Harmonies of #FAF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6DF

Black with #FAF6DF

Text Example


Text Example

White with #FAF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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