Html Css Color HEX #F2F9E2 Saltpan

📋 copy color: '#F2F9E2'

red 242 ◦ green 249 ◦ blue 226

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

Shades of Saltpan #F2F9E2

Tints of Saltpan #F2F9E2

RGB

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

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

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

R = 33.75%
G = 34.73%
B = 31.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F2F9E2 (or 0xF2F9E2) is known color: Saltpan. HEX triplet: F2, F9 and E2. RGB value is (242,249,226). Sum of RGB (Red+Green+Blue) = 242+249+226=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9E2 is #0D061D. Grayscale: #F4F4F4. Windows color (decimal): -853534 or 14875122. OLE color: 14875122.

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

Color convert

RGB 242 249 226 -
CMYK 0.03 0 0.09 0.02
HSL 78.26º 0.66% 0.93% -
HSV(B) 78.26º 0.09% 0.98% -
XYZ 84.22 92.12 85.29 -
YUV 244.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 242 249 226 0.03 0 0.09 0.02 78.26 0.66 0.93
Hex F2 F9 E2 3 0 9 2 4E 42 5D
Octal 362 371 342 3 0 11 2 116 102 135
Binary 11110010 11111001 11100010 11 0 1001 10 1001110 1000010 1011101

Color Harmonies of #F2F9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F9E2

Black with #F2F9E2

Text Example


Text Example

White with #F2F9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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