Html Css Color HEX #F2F7E5 Saltpan

📋 copy color: '#F2F7E5'

red 242 ◦ green 247 ◦ blue 229

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

Shades of Saltpan #F2F7E5

Tints of Saltpan #F2F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.4%

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

R = 33.7%
G = 34.4%
B = 31.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F2F7E5 (or 0xF2F7E5) is known color: Saltpan. HEX triplet: F2, F7 and E5. RGB value is (242,247,229). Sum of RGB (Red+Green+Blue) = 242+247+229=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7E5 is #0D081A. Grayscale: #F3F3F3. Windows color (decimal): -854043 or 15071218. OLE color: 15071218.

HSL color Cylindrical-coordinate representation of color #F2F7E5: hue angle of 76.67º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2F7E5 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 229 -
CMYK 0.02 0 0.07 0.03
HSL 76.67º 0.53% 0.93% -
HSV(B) 76.67º 0.07% 0.97% -
XYZ 84.02 91.06 87.28 -
YUV 243.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 242 247 229 0.02 0 0.07 0.03 76.67 0.53 0.93
Hex F2 F7 E5 2 0 7 3 4D 35 5D
Octal 362 367 345 2 0 7 3 115 65 135
Binary 11110010 11110111 11100101 10 0 111 11 1001101 110101 1011101

Color Harmonies of #F2F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7E5

Black with #F2F7E5

Text Example


Text Example

White with #F2F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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