Html Css Color HEX #F2FAE7 Saltpan

📋 copy color: '#F2FAE7'

red 242 ◦ green 250 ◦ blue 231

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

Shades of Saltpan #F2FAE7

Tints of Saltpan #F2FAE7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.58%

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

R = 33.47%
G = 34.58%
B = 31.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F2FAE7 (or 0xF2FAE7) is known color: Saltpan. HEX triplet: F2, FA and E7. RGB value is (242,250,231). Sum of RGB (Red+Green+Blue) = 242+250+231=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAE7 is #0D0518. Grayscale: #F5F5F5. Windows color (decimal): -853273 or 15203058. OLE color: 15203058.

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

Color convert

RGB 242 250 231 -
CMYK 0.03 0 0.08 0.02
HSL 85.26º 0.66% 0.94% -
HSV(B) 85.26º 0.08% 0.98% -
XYZ 85.23 93.02 89.06 -
YUV 245.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 242 250 231 0.03 0 0.08 0.02 85.26 0.66 0.94
Hex F2 FA E7 3 0 8 2 55 42 5E
Octal 362 372 347 3 0 10 2 125 102 136
Binary 11110010 11111010 11100111 11 0 1000 10 1010101 1000010 1011110

Color Harmonies of #F2FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAE7

Black with #F2FAE7

Text Example


Text Example

White with #F2FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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