Html Css Color HEX #FAF6E1 Promenade

📋 copy color: '#FAF6E1'

red 250 ◦ green 246 ◦ blue 225

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

Shades of Promenade #FAF6E1

Tints of Promenade #FAF6E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.21%

R = 34.67%
G = 34.12%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAF6E1 (or 0xFAF6E1) is known color: Promenade. HEX triplet: FA, F6 and E1. RGB value is (250,246,225). Sum of RGB (Red+Green+Blue) = 250+246+225=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 225 (88.28% from 255 or 31.21% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6E1 is #05091E. Grayscale: #F4F4F4. Windows color (decimal): -330015 or 14808826. OLE color: 14808826.

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

Color convert

RGB 250 246 225 -
CMYK 0 0.02 0.10 0.02
HSL 50.4º 0.71% 0.93% -
HSV(B) 50.4º 0.1% 0.98% -
XYZ 85.97 91.67 84.4 -
YUV 244.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 250 246 225 0 0.02 0.10 0.02 50.4 0.71 0.93
Hex FA F6 E1 0 2 A 2 32 47 5D
Octal 372 366 341 0 2 12 2 62 107 135
Binary 11111010 11110110 11100001 0 10 1010 10 110010 1000111 1011101

Color Harmonies of #FAF6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6E1

Black with #FAF6E1

Text Example


Text Example

White with #FAF6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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