Html Css Color HEX #FAF8E8 Promenade

📋 copy color: '#FAF8E8'

red 250 ◦ green 248 ◦ blue 232

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

Shades of Promenade #FAF8E8

Tints of Promenade #FAF8E8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.97%

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

R = 34.25%
G = 33.97%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAF8E8 (or 0xFAF8E8) is known color: Promenade. HEX triplet: FA, F8 and E8. RGB value is (250,248,232). Sum of RGB (Red+Green+Blue) = 250+248+232=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 248 (97.27% from 255 or 33.97% from 730); Blue value is 232 (91.02% from 255 or 31.78% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8E8 is #050717. Grayscale: #F6F6F6. Windows color (decimal): -329496 or 15268090. OLE color: 15268090.

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

Color convert

RGB 250 248 232 -
CMYK 0 0.01 0.07 0.02
HSL 53.33º 0.64% 0.95% -
HSV(B) 53.33º 0.07% 0.98% -
XYZ 87.56 93.28 89.73 -
YUV 246.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 250 248 232 0 0.01 0.07 0.02 53.33 0.64 0.95
Hex FA F8 E8 0 1 7 2 35 40 5F
Octal 372 370 350 0 1 7 2 65 100 137
Binary 11111010 11111000 11101000 0 1 111 10 110101 1000000 1011111

Color Harmonies of #FAF8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8E8

Black with #FAF8E8

Text Example


Text Example

White with #FAF8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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