Html Css Color HEX #F2F8E2 Saltpan

📋 copy color: '#F2F8E2'

red 242 ◦ green 248 ◦ blue 226

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

Shades of Saltpan #F2F8E2

Tints of Saltpan #F2F8E2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.64%

 BLUE value IS 226 (88.67% from 255) = 31.56%

R = 33.8%
G = 34.64%
B = 31.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F2F8E2 (or 0xF2F8E2) is known color: Saltpan. HEX triplet: F2, F8 and E2. RGB value is (242,248,226). Sum of RGB (Red+Green+Blue) = 242+248+226=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8E2 is #0D071D. Grayscale: #F3F3F3. Windows color (decimal): -853790 or 14874866. OLE color: 14874866.

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

Color convert

RGB 242 248 226 -
CMYK 0.02 0 0.09 0.03
HSL 76.36º 0.61% 0.93% -
HSV(B) 76.36º 0.09% 0.97% -
XYZ 83.91 91.5 85.19 -
YUV 243.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 242 248 226 0.02 0 0.09 0.03 76.36 0.61 0.93
Hex F2 F8 E2 2 0 9 3 4C 3D 5D
Octal 362 370 342 2 0 11 3 114 75 135
Binary 11110010 11111000 11100010 10 0 1001 11 1001100 111101 1011101

Color Harmonies of #F2F8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8E2

Black with #F2F8E2

Text Example


Text Example

White with #F2F8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8E2; }

 p { color: rgb(242,248,226); }

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

background-color css

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

 a { background-color: rgb(242,248,226); }

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

border-color css

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

 span { border-color: rgb(242,248,226); }

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