Html Css Color HEX #FAF7E2 Promenade

📋 copy color: '#FAF7E2'

red 250 ◦ green 247 ◦ blue 226

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

Shades of Promenade #FAF7E2

Tints of Promenade #FAF7E2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.16%

 BLUE value IS 226 (88.67% from 255) = 31.26%

R = 34.58%
G = 34.16%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAF7E2 (or 0xFAF7E2) is known color: Promenade. HEX triplet: FA, F7 and E2. RGB value is (250,247,226). Sum of RGB (Red+Green+Blue) = 250+247+226=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 247 (96.88% from 255 or 34.16% from 723); Blue value is 226 (88.67% from 255 or 31.26% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7E2 is #05081D. Grayscale: #F5F5F5. Windows color (decimal): -329758 or 14874618. OLE color: 14874618.

HSL color Cylindrical-coordinate representation of color #FAF7E2: hue angle of 52.5º 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 #FAF7E2 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 226 -
CMYK 0 0.01 0.10 0.02
HSL 52.5º 0.71% 0.93% -
HSV(B) 52.5º 0.1% 0.98% -
XYZ 86.41 92.34 85.22 -
YUV 245.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 250 247 226 0 0.01 0.10 0.02 52.5 0.71 0.93
Hex FA F7 E2 0 1 A 2 34 47 5D
Octal 372 367 342 0 1 12 2 64 107 135
Binary 11111010 11110111 11100010 0 1 1010 10 110100 1000111 1011101

Color Harmonies of #FAF7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7E2

Black with #FAF7E2

Text Example


Text Example

White with #FAF7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7E2; }

 p { color: rgb(250,247,226); }

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

background-color css

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

 a { background-color: rgb(250,247,226); }

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

border-color css

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

 span { border-color: rgb(250,247,226); }

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