Html Css Color HEX #FAF7E0 Promenade

📋 copy color: '#FAF7E0'

red 250 ◦ green 247 ◦ blue 224

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

Shades of Promenade #FAF7E0

Tints of Promenade #FAF7E0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.26%

 BLUE value IS 224 (87.89% from 255) = 31.07%

R = 34.67%
G = 34.26%
B = 31.07%

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

#FAF7E0 (or 0xFAF7E0) is known color: Promenade. HEX triplet: FA, F7 and E0. RGB value is (250,247,224). Sum of RGB (Red+Green+Blue) = 250+247+224=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7E0 is #05081F. Grayscale: #F5F5F5. Windows color (decimal): -329760 or 14743546. OLE color: 14743546.

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

Color convert

RGB 250 247 224 -
CMYK 0 0.01 0.10 0.02
HSL 53.08º 0.72% 0.93% -
HSV(B) 53.08º 0.1% 0.98% -
XYZ 86.14 92.23 83.78 -
YUV 245.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 250 247 224 0 0.01 0.10 0.02 53.08 0.72 0.93
Hex FA F7 E0 0 1 A 2 35 48 5D
Octal 372 367 340 0 1 12 2 65 110 135
Binary 11111010 11110111 11100000 0 1 1010 10 110101 1001000 1011101

Color Harmonies of #FAF7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7E0

Black with #FAF7E0

Text Example


Text Example

White with #FAF7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7E0; }

 p { color: rgb(250,247,224); }

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

background-color css

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

 a { background-color: rgb(250,247,224); }

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

border-color css

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

 span { border-color: rgb(250,247,224); }

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