Html Css Color HEX #F0F2EB Saltpan

📋 copy color: '#F0F2EB'

red 240 ◦ green 242 ◦ blue 235

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

Shades of Saltpan #F0F2EB

Tints of Saltpan #F0F2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.78%

R = 33.47%
G = 33.75%
B = 32.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F0F2EB (or 0xF0F2EB) is known color: Saltpan. HEX triplet: F0, F2 and EB. RGB value is (240,242,235). Sum of RGB (Red+Green+Blue) = 240+242+235=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2EB is #0F0D14. Grayscale: #F0F0F0. Windows color (decimal): -986389 or 15463152. OLE color: 15463152.

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

Color convert

RGB 240 242 235 -
CMYK 0.01 0 0.03 0.05
HSL 77.14º 0.21% 0.94% -
HSV(B) 77.14º 0.03% 0.95% -
XYZ 82.68 88.03 91.23 -
YUV 240.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 240 242 235 0.01 0 0.03 0.05 77.14 0.21 0.94
Hex F0 F2 EB 1 0 3 5 4D 15 5E
Octal 360 362 353 1 0 3 5 115 25 136
Binary 11110000 11110010 11101011 1 0 11 101 1001101 10101 1011110

Color Harmonies of #F0F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F2EB

Black with #F0F2EB

Text Example


Text Example

White with #F0F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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