Html Css Color HEX #F0F2ED Saltpan

📋 copy color: '#F0F2ED'

red 240 ◦ green 242 ◦ blue 237

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

Shades of Saltpan #F0F2ED

Tints of Saltpan #F0F2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 32.96%

R = 33.38%
G = 33.66%
B = 32.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F0F2ED (or 0xF0F2ED) is known color: Saltpan. HEX triplet: F0, F2 and ED. RGB value is (240,242,237). Sum of RGB (Red+Green+Blue) = 240+242+237=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2ED is #0F0D12. Grayscale: #F0F0F0. Windows color (decimal): -986387 or 15594224. OLE color: 15594224.

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

Color convert

RGB 240 242 237 -
CMYK 0.01 0 0.02 0.05
HSL 84º 0.16% 0.94% -
HSV(B) 84º 0.02% 0.95% -
XYZ 82.97 88.14 92.76 -
YUV 240.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 240 242 237 0.01 0 0.02 0.05 84 0.16 0.94
Hex F0 F2 ED 1 0 2 5 54 10 5E
Octal 360 362 355 1 0 2 5 124 20 136
Binary 11110000 11110010 11101101 1 0 10 101 1010100 10000 1011110

Color Harmonies of #F0F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F2ED

Black with #F0F2ED

Text Example


Text Example

White with #F0F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F2ED; }

 p { color: rgb(240,242,237); }

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

background-color css

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

 a { background-color: rgb(240,242,237); }

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

border-color css

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

 span { border-color: rgb(240,242,237); }

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