Html Css Color HEX #FAF8E2 Promenade

📋 copy color: '#FAF8E2'

red 250 ◦ green 248 ◦ blue 226

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

Shades of Promenade #FAF8E2

Tints of Promenade #FAF8E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 31.22%

R = 34.53%
G = 34.25%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAF8E2 (or 0xFAF8E2) is known color: Promenade. HEX triplet: FA, F8 and E2. RGB value is (250,248,226). Sum of RGB (Red+Green+Blue) = 250+248+226=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 226 (88.67% from 255 or 31.22% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8E2 is #05071D. Grayscale: #F6F6F6. Windows color (decimal): -329502 or 14874874. OLE color: 14874874.

HSL color Cylindrical-coordinate representation of color #FAF8E2: hue angle of 55º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF8E2 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 226 -
CMYK 0 0.01 0.10 0.02
HSL 55º 0.71% 0.93% -
HSV(B) 55º 0.1% 0.98% -
XYZ 86.72 92.95 85.32 -
YUV 246.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 250 248 226 0 0.01 0.10 0.02 55 0.71 0.93
Hex FA F8 E2 0 1 A 2 37 47 5D
Octal 372 370 342 0 1 12 2 67 107 135
Binary 11111010 11111000 11100010 0 1 1010 10 110111 1000111 1011101

Color Harmonies of #FAF8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8E2

Black with #FAF8E2

Text Example


Text Example

White with #FAF8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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