Html Css Color HEX #FAF9E5 Promenade

📋 copy color: '#FAF9E5'

red 250 ◦ green 249 ◦ blue 229

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

Shades of Promenade #FAF9E5

Tints of Promenade #FAF9E5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.2%

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

R = 34.34%
G = 34.2%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAF9E5 (or 0xFAF9E5) is known color: Promenade. HEX triplet: FA, F9 and E5. RGB value is (250,249,229). Sum of RGB (Red+Green+Blue) = 250+249+229=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 249 (97.66% from 255 or 34.20% from 728); Blue value is 229 (89.84% from 255 or 31.46% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9E5 is #05061A. Grayscale: #F7F7F7. Windows color (decimal): -329243 or 15071738. OLE color: 15071738.

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

Color convert

RGB 250 249 229 -
CMYK 0 0.00 0.08 0.02
HSL 57.14º 0.68% 0.94% -
HSV(B) 57.14º 0.08% 0.98% -
XYZ 87.44 93.73 87.61 -
YUV 247.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 250 249 229 0 0.00 0.08 0.02 57.14 0.68 0.94
Hex FA F9 E5 0 0 8 2 39 44 5E
Octal 372 371 345 0 0 10 2 71 104 136
Binary 11111010 11111001 11100101 0 0 1000 10 111001 1000100 1011110

Color Harmonies of #FAF9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9E5

Black with #FAF9E5

Text Example


Text Example

White with #FAF9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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