Html Css Color HEX #FAF8E7 Promenade

📋 copy color: '#FAF8E7'

red 250 ◦ green 248 ◦ blue 231

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

Shades of Promenade #FAF8E7

Tints of Promenade #FAF8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 31.69%

R = 34.29%
G = 34.02%
B = 31.69%

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

#FAF8E7 (or 0xFAF8E7) is known color: Promenade. HEX triplet: FA, F8 and E7. RGB value is (250,248,231). Sum of RGB (Red+Green+Blue) = 250+248+231=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 248 (97.27% from 255 or 34.02% from 729); Blue value is 231 (90.62% from 255 or 31.69% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8E7 is #050718. Grayscale: #F6F6F6. Windows color (decimal): -329497 or 15202554. OLE color: 15202554.

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

Color convert

RGB 250 248 231 -
CMYK 0 0.01 0.08 0.02
HSL 53.68º 0.66% 0.94% -
HSV(B) 53.68º 0.08% 0.98% -
XYZ 87.42 93.23 88.99 -
YUV 246.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 250 248 231 0 0.01 0.08 0.02 53.68 0.66 0.94
Hex FA F8 E7 0 1 8 2 36 42 5E
Octal 372 370 347 0 1 10 2 66 102 136
Binary 11111010 11111000 11100111 0 1 1000 10 110110 1000010 1011110

Color Harmonies of #FAF8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8E7

Black with #FAF8E7

Text Example


Text Example

White with #FAF8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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