Html Css Color HEX #F0F6DE Saltpan

📋 copy color: '#F0F6DE'

red 240 ◦ green 246 ◦ blue 222

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

Shades of Saltpan #F0F6DE

Tints of Saltpan #F0F6DE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.75%

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

R = 33.9%
G = 34.75%
B = 31.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F0F6DE (or 0xF0F6DE) is known color: Saltpan. HEX triplet: F0, F6 and DE. RGB value is (240,246,222). Sum of RGB (Red+Green+Blue) = 240+246+222=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6DE is #0F0921. Grayscale: #F1F1F1. Windows color (decimal): -985378 or 14612208. OLE color: 14612208.

HSL color Cylindrical-coordinate representation of color #F0F6DE: hue angle of 75º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F6DE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 246 222 -
CMYK 0.02 0 0.10 0.04
HSL 75º 0.57% 0.92% -
HSV(B) 75º 0.1% 0.96% -
XYZ 82.08 89.71 82.1 -
YUV 241.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 240 246 222 0.02 0 0.10 0.04 75 0.57 0.92
Hex F0 F6 DE 2 0 A 4 4B 39 5C
Octal 360 366 336 2 0 12 4 113 71 134
Binary 11110000 11110110 11011110 10 0 1010 100 1001011 111001 1011100

Color Harmonies of #F0F6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F6DE

Black with #F0F6DE

Text Example


Text Example

White with #F0F6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F6DE; }

 p { color: rgb(240,246,222); }

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

background-color css

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

 a { background-color: rgb(240,246,222); }

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

border-color css

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

 span { border-color: rgb(240,246,222); }

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