Html Css Color HEX #F0E5D9 Pampas

📋 copy color: '#F0E5D9'

red 240 ◦ green 229 ◦ blue 217

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

Shades of Pampas #F0E5D9

Tints of Pampas #F0E5D9

RGB

 RED value IS 240 (94.14% from 255) = 34.99%

 GREEN value IS 229 (89.84% from 255) = 33.38%

 BLUE value IS 217 (85.16% from 255) = 31.63%

R = 34.99%
G = 33.38%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0E5D9 (or 0xF0E5D9) is known color: Pampas. HEX triplet: F0, E5 and D9. RGB value is (240,229,217). Sum of RGB (Red+Green+Blue) = 240+229+217=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5D9 is #0F1A26. Grayscale: #E6E6E6. Windows color (decimal): -989735 or 14280176. OLE color: 14280176.

HSL color Cylindrical-coordinate representation of color #F0E5D9: hue angle of 31.3º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E5D9 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 217 -
CMYK 0 0.05 0.10 0.06
HSL 31.3º 0.43% 0.9% -
HSV(B) 31.3º 0.1% 0.94% -
XYZ 76.48 79.57 76.97 -
YUV 230.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 240 229 217 0 0.05 0.10 0.06 31.3 0.43 0.9
Hex F0 E5 D9 0 5 A 6 1F 2B 5A
Octal 360 345 331 0 5 12 6 37 53 132
Binary 11110000 11100101 11011001 0 101 1010 110 11111 101011 1011010

Color Harmonies of #F0E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5D9

Black with #F0E5D9

Text Example


Text Example

White with #F0E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5D9; }

 p { color: rgb(240,229,217); }

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

background-color css

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

 a { background-color: rgb(240,229,217); }

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

border-color css

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

 span { border-color: rgb(240,229,217); }

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