Html Css Color HEX #F2F8E7 Saltpan

📋 copy color: '#F2F8E7'

red 242 ◦ green 248 ◦ blue 231

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

Shades of Saltpan #F2F8E7

Tints of Saltpan #F2F8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.04%

R = 33.56%
G = 34.4%
B = 32.04%

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

#F2F8E7 (or 0xF2F8E7) is known color: Saltpan. HEX triplet: F2, F8 and E7. RGB value is (242,248,231). Sum of RGB (Red+Green+Blue) = 242+248+231=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8E7 is #0D0718. Grayscale: #F4F4F4. Windows color (decimal): -853785 or 15202546. OLE color: 15202546.

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

Color convert

RGB 242 248 231 -
CMYK 0.02 0 0.07 0.03
HSL 81.18º 0.55% 0.94% -
HSV(B) 81.18º 0.07% 0.97% -
XYZ 84.61 91.78 88.86 -
YUV 244.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 242 248 231 0.02 0 0.07 0.03 81.18 0.55 0.94
Hex F2 F8 E7 2 0 7 3 51 37 5E
Octal 362 370 347 2 0 7 3 121 67 136
Binary 11110010 11111000 11100111 10 0 111 11 1010001 110111 1011110

Color Harmonies of #F2F8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8E7

Black with #F2F8E7

Text Example


Text Example

White with #F2F8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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