Html Css Color HEX #FAF8E6 Promenade

📋 copy color: '#FAF8E6'

red 250 ◦ green 248 ◦ blue 230

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

Shades of Promenade #FAF8E6

Tints of Promenade #FAF8E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.59%

R = 34.34%
G = 34.07%
B = 31.59%

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

#FAF8E6 (or 0xFAF8E6) is known color: Promenade. HEX triplet: FA, F8 and E6. RGB value is (250,248,230). Sum of RGB (Red+Green+Blue) = 250+248+230=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 248 (97.27% from 255 or 34.07% from 728); Blue value is 230 (90.23% from 255 or 31.59% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8E6 is #050719. Grayscale: #F6F6F6. Windows color (decimal): -329498 or 15137018. OLE color: 15137018.

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

Color convert

RGB 250 248 230 -
CMYK 0 0.01 0.08 0.02
HSL 54º 0.67% 0.94% -
HSV(B) 54º 0.08% 0.98% -
XYZ 87.27 93.17 88.25 -
YUV 246.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 250 248 230 0 0.01 0.08 0.02 54 0.67 0.94
Hex FA F8 E6 0 1 8 2 36 43 5E
Octal 372 370 346 0 1 10 2 66 103 136
Binary 11111010 11111000 11100110 0 1 1000 10 110110 1000011 1011110

Color Harmonies of #FAF8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8E6

Black with #FAF8E6

Text Example


Text Example

White with #FAF8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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