#F2FCDA

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

Shades of Saltpan #F2FCDA

Tints of Saltpan #F2FCDA

Color information

#F2FCDA (or 0xF2FCDA) is unknown color: approx Saltpan. HEX triplet: F2, FC and DA. RGB value is (242,252,218). Sum of RGB (Red+Green+Blue) = 242+252+218=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCDA is #0D0325. Grayscale: #F5F5F5. Windows color (decimal): -852774 or 14351602. OLE color: 14351602.

HSL color Cylindrical-coordinate representation of color #F2FCDA: hue angle of 77.65º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FCDA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB242252218-
CMYK0.0400.130.01
HSL77.65º85%92.16%-
HSV(B)77.65º13.49%98.82%-
XYZ84.0893.5679.96-
YUV245.13112.69125.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 218 (85.55% from 255) = 30.62%
R=33.99%
G=35.39%
B=30.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522180.0400.130.0177.658592.16
HexF2FCDA40D14e555c
Octal36237433240151116125134
Binary111100101111110011011010100011011100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCDA; }

 p { color: rgb(242,252,218); }

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

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

 a { background-color: rgb(242,252,218); }

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

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

 span { border-color: rgb(242,252,218); }

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