Html Css Color HEX #FAF8E4 Promenade

📋 copy color: '#FAF8E4'

red 250 ◦ green 248 ◦ blue 228

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

Shades of Promenade #FAF8E4

Tints of Promenade #FAF8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 31.4%

R = 34.44%
G = 34.16%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAF8E4 (or 0xFAF8E4) is known color: Promenade. HEX triplet: FA, F8 and E4. RGB value is (250,248,228). Sum of RGB (Red+Green+Blue) = 250+248+228=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 228 (89.45% from 255 or 31.40% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8E4 is #05071B. Grayscale: #F6F6F6. Windows color (decimal): -329500 or 15005946. OLE color: 15005946.

HSL color Cylindrical-coordinate representation of color #FAF8E4: hue angle of 54.55º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAF8E4 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 228 -
CMYK 0 0.01 0.09 0.02
HSL 54.55º 0.69% 0.94% -
HSV(B) 54.55º 0.09% 0.98% -
XYZ 87 93.06 86.78 -
YUV 246.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 250 248 228 0 0.01 0.09 0.02 54.55 0.69 0.94
Hex FA F8 E4 0 1 9 2 37 45 5E
Octal 372 370 344 0 1 11 2 67 105 136
Binary 11111010 11111000 11100100 0 1 1001 10 110111 1000101 1011110

Color Harmonies of #FAF8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8E4

Black with #FAF8E4

Text Example


Text Example

White with #FAF8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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