#F2FBDC

Color #F2FBDC Saltpan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saltpan #F2FBDC

Tints of Saltpan #F2FBDC

Color information

#F2FBDC (or 0xF2FBDC) is unknown color: approx Saltpan. HEX triplet: F2, FB and DC. RGB value is (242,251,220). Sum of RGB (Red+Green+Blue) = 242+251+220=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBDC is #0D0423. Grayscale: #F4F4F4. Windows color (decimal): -853028 or 14482418. OLE color: 14482418.

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

Color convert

RGB242251220-
CMYK0.0400.120.02
HSL77.42º79.49%92.35%-
HSV(B)77.42º12.35%98.43%-
XYZ84.0393.0481.24-
YUV244.78114.02126.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=33.94%
G=35.20%
B=30.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512200.0400.120.0277.4279.4992.35
HexF2FBDC40C24d4f5c
Octal36237333440142115117134
Binary1111001011111011110111001000110010100110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBDC; }

 p { color: rgb(242,251,220); }

 H1.HeaderClassName
 {
   color: #F2FBDC;
 }
 .AnyTagClassName
 {
   color: #F2FBDC;
 }
</style>
background-color css

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

 a { background-color: rgb(242,251,220); }

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

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

 span { border-color: rgb(242,251,220); }

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