Html Css Color HEX #F5F2DE Promenade

📋 copy color: '#F5F2DE'

red 245 ◦ green 242 ◦ blue 222

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

Shades of Promenade #F5F2DE

Tints of Promenade #F5F2DE

RGB

 RED value IS 245 (96.09% from 255) = 34.56%

 GREEN value IS 242 (94.92% from 255) = 34.13%

 BLUE value IS 222 (87.11% from 255) = 31.31%

R = 34.56%
G = 34.13%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5F2DE (or 0xF5F2DE) is known color: Promenade. HEX triplet: F5, F2 and DE. RGB value is (245,242,222). Sum of RGB (Red+Green+Blue) = 245+242+222=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2DE is #0A0D21. Grayscale: #F0F0F0. Windows color (decimal): -658722 or 14611189. OLE color: 14611189.

HSL color Cylindrical-coordinate representation of color #F5F2DE: hue angle of 52.17º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5F2DE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 242 222 -
CMYK 0 0.01 0.09 0.04
HSL 52.17º 0.53% 0.92% -
HSV(B) 52.17º 0.09% 0.96% -
XYZ 82.59 88.19 81.78 -
YUV 240.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 245 242 222 0 0.01 0.09 0.04 52.17 0.53 0.92
Hex F5 F2 DE 0 1 9 4 34 35 5C
Octal 365 362 336 0 1 11 4 64 65 134
Binary 11110101 11110010 11011110 0 1 1001 100 110100 110101 1011100

Color Harmonies of #F5F2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F2DE

Black with #F5F2DE

Text Example


Text Example

White with #F5F2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F2DE; }

 p { color: rgb(245,242,222); }

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

background-color css

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

 a { background-color: rgb(245,242,222); }

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

border-color css

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

 span { border-color: rgb(245,242,222); }

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