Html Css Color HEX #F0FBDD Saltpan

📋 copy color: '#F0FBDD'

red 240 ◦ green 251 ◦ blue 221

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

Shades of Saltpan #F0FBDD

Tints of Saltpan #F0FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.25%

 BLUE value IS 221 (86.72% from 255) = 31.04%

R = 33.71%
G = 35.25%
B = 31.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F0FBDD (or 0xF0FBDD) is known color: Saltpan. HEX triplet: F0, FB and DD. RGB value is (240,251,221). Sum of RGB (Red+Green+Blue) = 240+251+221=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDD is #0F0422. Grayscale: #F4F4F4. Windows color (decimal): -984099 or 14547952. OLE color: 14547952.

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

Color convert

RGB 240 251 221 -
CMYK 0.04 0 0.12 0.02
HSL 82º 0.79% 0.93% -
HSV(B) 82º 0.12% 0.98% -
XYZ 83.48 92.74 81.91 -
YUV 244.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 240 251 221 0.04 0 0.12 0.02 82 0.79 0.93
Hex F0 FB DD 4 0 C 2 52 4F 5D
Octal 360 373 335 4 0 14 2 122 117 135
Binary 11110000 11111011 11011101 100 0 1100 10 1010010 1001111 1011101

Color Harmonies of #F0FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBDD

Black with #F0FBDD

Text Example


Text Example

White with #F0FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBDD; }

 p { color: rgb(240,251,221); }

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

background-color css

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

 a { background-color: rgb(240,251,221); }

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

border-color css

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

 span { border-color: rgb(240,251,221); }

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