Html Css Color HEX #F2FBE5 Saltpan

📋 copy color: '#F2FBE5'

red 242 ◦ green 251 ◦ blue 229

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

Shades of Saltpan #F2FBE5

Tints of Saltpan #F2FBE5

RGB

 RED value IS 242 (94.92% from 255) = 33.52%

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

 BLUE value IS 229 (89.84% from 255) = 31.72%

R = 33.52%
G = 34.76%
B = 31.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F2FBE5 (or 0xF2FBE5) is known color: Saltpan. HEX triplet: F2, FB and E5. RGB value is (242,251,229). Sum of RGB (Red+Green+Blue) = 242+251+229=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBE5 is #0D041A. Grayscale: #F5F5F5. Windows color (decimal): -853019 or 15072242. OLE color: 15072242.

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

Color convert

RGB 242 251 229 -
CMYK 0.04 0 0.09 0.02
HSL 84.55º 0.73% 0.94% -
HSV(B) 84.55º 0.09% 0.98% -
XYZ 85.26 93.53 87.69 -
YUV 245.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 242 251 229 0.04 0 0.09 0.02 84.55 0.73 0.94
Hex F2 FB E5 4 0 9 2 55 49 5E
Octal 362 373 345 4 0 11 2 125 111 136
Binary 11110010 11111011 11100101 100 0 1001 10 1010101 1001001 1011110

Color Harmonies of #F2FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBE5

Black with #F2FBE5

Text Example


Text Example

White with #F2FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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