Html Css Color HEX #FAF7E5 Promenade

📋 copy color: '#FAF7E5'

red 250 ◦ green 247 ◦ blue 229

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

Shades of Promenade #FAF7E5

Tints of Promenade #FAF7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.54%

R = 34.44%
G = 34.02%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAF7E5 (or 0xFAF7E5) is known color: Promenade. HEX triplet: FA, F7 and E5. RGB value is (250,247,229). Sum of RGB (Red+Green+Blue) = 250+247+229=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 247 (96.88% from 255 or 34.02% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7E5 is #05081A. Grayscale: #F5F5F5. Windows color (decimal): -329755 or 15071226. OLE color: 15071226.

HSL color Cylindrical-coordinate representation of color #FAF7E5: hue angle of 51.43º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF7E5 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 229 -
CMYK 0 0.01 0.08 0.02
HSL 51.43º 0.68% 0.94% -
HSV(B) 51.43º 0.08% 0.98% -
XYZ 86.83 92.5 87.41 -
YUV 245.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 250 247 229 0 0.01 0.08 0.02 51.43 0.68 0.94
Hex FA F7 E5 0 1 8 2 33 44 5E
Octal 372 367 345 0 1 10 2 63 104 136
Binary 11111010 11110111 11100101 0 1 1000 10 110011 1000100 1011110

Color Harmonies of #FAF7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7E5

Black with #FAF7E5

Text Example


Text Example

White with #FAF7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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