Html Css Color HEX #F0F5E6 Saltpan

📋 copy color: '#F0F5E6'

red 240 ◦ green 245 ◦ blue 230

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

Shades of Saltpan #F0F5E6

Tints of Saltpan #F0F5E6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.27%

 BLUE value IS 230 (90.23% from 255) = 32.17%

R = 33.57%
G = 34.27%
B = 32.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F0F5E6 (or 0xF0F5E6) is known color: Saltpan. HEX triplet: F0, F5 and E6. RGB value is (240,245,230). Sum of RGB (Red+Green+Blue) = 240+245+230=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5E6 is #0F0A19. Grayscale: #F1F1F1. Windows color (decimal): -985626 or 15136240. OLE color: 15136240.

HSL color Cylindrical-coordinate representation of color #F0F5E6: hue angle of 80º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0F5E6 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 245 230 -
CMYK 0.02 0 0.06 0.04
HSL 80º 0.43% 0.93% -
HSV(B) 80º 0.06% 0.96% -
XYZ 82.87 89.54 87.78 -
YUV 241.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 240 245 230 0.02 0 0.06 0.04 80 0.43 0.93
Hex F0 F5 E6 2 0 6 4 50 2B 5D
Octal 360 365 346 2 0 6 4 120 53 135
Binary 11110000 11110101 11100110 10 0 110 100 1010000 101011 1011101

Color Harmonies of #F0F5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F5E6

Black with #F0F5E6

Text Example


Text Example

White with #F0F5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F5E6; }

 p { color: rgb(240,245,230); }

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

background-color css

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

 a { background-color: rgb(240,245,230); }

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

border-color css

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

 span { border-color: rgb(240,245,230); }

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