Html Css Color HEX #FAF9E8 Promenade

📋 copy color: '#FAF9E8'

red 250 ◦ green 249 ◦ blue 232

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

Shades of Promenade #FAF9E8

Tints of Promenade #FAF9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 31.74%

R = 34.2%
G = 34.06%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAF9E8 (or 0xFAF9E8) is known color: Promenade. HEX triplet: FA, F9 and E8. RGB value is (250,249,232). Sum of RGB (Red+Green+Blue) = 250+249+232=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 249 (97.66% from 255 or 34.06% from 731); Blue value is 232 (91.02% from 255 or 31.74% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9E8 is #050617. Grayscale: #F7F7F7. Windows color (decimal): -329240 or 15268346. OLE color: 15268346.

HSL color Cylindrical-coordinate representation of color #FAF9E8: hue angle of 56.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAF9E8 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 232 -
CMYK 0 0.00 0.07 0.02
HSL 56.67º 0.64% 0.95% -
HSV(B) 56.67º 0.07% 0.98% -
XYZ 87.87 93.9 89.84 -
YUV 247.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 250 249 232 0 0.00 0.07 0.02 56.67 0.64 0.95
Hex FA F9 E8 0 0 7 2 39 40 5F
Octal 372 371 350 0 0 7 2 71 100 137
Binary 11111010 11111001 11101000 0 0 111 10 111001 1000000 1011111

Color Harmonies of #FAF9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9E8

Black with #FAF9E8

Text Example


Text Example

White with #FAF9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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