Html Css Color HEX #F5FFE4 Saltpan

📋 copy color: '#F5FFE4'

red 245 ◦ green 255 ◦ blue 228

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

Shades of Saltpan #F5FFE4

Tints of Saltpan #F5FFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 31.32%

R = 33.65%
G = 35.03%
B = 31.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#F5FFE4 (or 0xF5FFE4) is known color: Saltpan. HEX triplet: F5, FF and E4. RGB value is (245,255,228). Sum of RGB (Red+Green+Blue) = 245+255+228=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFE4 is #0A001B. Grayscale: #F9F9F9. Windows color (decimal): -655388 or 15007733. OLE color: 15007733.

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

Color convert

RGB 245 255 228 -
CMYK 0.04 0 0.11 0
HSL 82.22º 1% 0.95% -
HSV(B) 82.22º 0.11% 1% -
XYZ 87.42 96.53 87.42 -
YUV 248.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 245 255 228 0.04 0 0.11 0 82.22 1 0.95
Hex F5 FF E4 4 0 B 0 52 64 5F
Octal 365 377 344 4 0 13 0 122 144 137
Binary 11110101 11111111 11100100 100 0 1011 0 1010010 1100100 1011111

Color Harmonies of #F5FFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFE4

Black with #F5FFE4

Text Example


Text Example

White with #F5FFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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