Html Css Color HEX #F2F9E7 Saltpan

📋 copy color: '#F2F9E7'

red 242 ◦ green 249 ◦ blue 231

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

Shades of Saltpan #F2F9E7

Tints of Saltpan #F2F9E7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.49%

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

R = 33.52%
G = 34.49%
B = 31.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F2F9E7 (or 0xF2F9E7) is known color: Saltpan. HEX triplet: F2, F9 and E7. RGB value is (242,249,231). Sum of RGB (Red+Green+Blue) = 242+249+231=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F9E7 is #0D0618. Grayscale: #F4F4F4. Windows color (decimal): -853529 or 15202802. OLE color: 15202802.

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

Color convert

RGB 242 249 231 -
CMYK 0.03 0 0.07 0.02
HSL 83.33º 0.6% 0.94% -
HSV(B) 83.33º 0.07% 0.98% -
XYZ 84.92 92.4 88.96 -
YUV 244.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 242 249 231 0.03 0 0.07 0.02 83.33 0.6 0.94
Hex F2 F9 E7 3 0 7 2 53 3C 5E
Octal 362 371 347 3 0 7 2 123 74 136
Binary 11110010 11111001 11100111 11 0 111 10 1010011 111100 1011110

Color Harmonies of #F2F9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F9E7

Black with #F2F9E7

Text Example


Text Example

White with #F2F9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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