Html Css Color HEX #F5FFE7 Saltpan

📋 copy color: '#F5FFE7'

red 245 ◦ green 255 ◦ blue 231

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

Shades of Saltpan #F5FFE7

Tints of Saltpan #F5FFE7

RGB

 RED value IS 245 (96.09% from 255) = 33.52%

 GREEN value IS 255 (100% from 255) = 34.88%

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

R = 33.52%
G = 34.88%
B = 31.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#F5FFE7 (or 0xF5FFE7) is known color: Saltpan. HEX triplet: F5, FF and E7. RGB value is (245,255,231). Sum of RGB (Red+Green+Blue) = 245+255+231=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 231 (90.62% from 255 or 31.60% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFE7 is #0A0018. Grayscale: #F9F9F9. Windows color (decimal): -655385 or 15204341. OLE color: 15204341.

HSL color Cylindrical-coordinate representation of color #F5FFE7: hue angle of 85º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5FFE7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 245 255 231 -
CMYK 0.04 0 0.09 0
HSL 85º 1% 0.95% -
HSV(B) 85º 0.09% 1% -
XYZ 87.84 96.7 89.64 -
YUV 249.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 245 255 231 0.04 0 0.09 0 85 1 0.95
Hex F5 FF E7 4 0 9 0 55 64 5F
Octal 365 377 347 4 0 11 0 125 144 137
Binary 11110101 11111111 11100111 100 0 1001 0 1010101 1100100 1011111

Color Harmonies of #F5FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFE7

Black with #F5FFE7

Text Example


Text Example

White with #F5FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFE7; }

 p { color: rgb(245,255,231); }

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

background-color css

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

 a { background-color: rgb(245,255,231); }

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

border-color css

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

 span { border-color: rgb(245,255,231); }

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