Html Css Color HEX #F2F9E3 Saltpan

📋 copy color: '#F2F9E3'

red 242 ◦ green 249 ◦ blue 227

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

Shades of Saltpan #F2F9E3

Tints of Saltpan #F2F9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.62%

R = 33.7%
G = 34.68%
B = 31.62%

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

#F2F9E3 (or 0xF2F9E3) is known color: Saltpan. HEX triplet: F2, F9 and E3. RGB value is (242,249,227). Sum of RGB (Red+Green+Blue) = 242+249+227=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9E3 is #0D061C. Grayscale: #F4F4F4. Windows color (decimal): -853533 or 14940658. OLE color: 14940658.

HSL color Cylindrical-coordinate representation of color #F2F9E3: hue angle of 79.09º degrees, saturation: 0.65, 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 #F2F9E3 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 249 227 -
CMYK 0.03 0 0.09 0.02
HSL 79.09º 0.65% 0.93% -
HSV(B) 79.09º 0.09% 0.98% -
XYZ 84.36 92.17 86.02 -
YUV 244.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 242 249 227 0.03 0 0.09 0.02 79.09 0.65 0.93
Hex F2 F9 E3 3 0 9 2 4F 41 5D
Octal 362 371 343 3 0 11 2 117 101 135
Binary 11110010 11111001 11100011 11 0 1001 10 1001111 1000001 1011101

Color Harmonies of #F2F9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F9E3

Black with #F2F9E3

Text Example


Text Example

White with #F2F9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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