Html Css Color HEX #F5FFE0 Saltpan

📋 copy color: '#F5FFE0'

red 245 ◦ green 255 ◦ blue 224

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

Shades of Saltpan #F5FFE0

Tints of Saltpan #F5FFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 30.94%

R = 33.84%
G = 35.22%
B = 30.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#F5FFE0 (or 0xF5FFE0) is known color: Saltpan. HEX triplet: F5, FF and E0. RGB value is (245,255,224). Sum of RGB (Red+Green+Blue) = 245+255+224=724 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.84% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 224 (87.89% from 255 or 30.94% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFE0 is #0A001F. Grayscale: #F8F8F8. Windows color (decimal): -655392 or 14745589. OLE color: 14745589.

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

Color convert

RGB 245 255 224 -
CMYK 0.04 0 0.12 0
HSL 79.35º 1% 0.94% -
HSV(B) 79.35º 0.12% 1% -
XYZ 86.87 96.31 84.53 -
YUV 248.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 245 255 224 0.04 0 0.12 0 79.35 1 0.94
Hex F5 FF E0 4 0 C 0 4F 64 5E
Octal 365 377 340 4 0 14 0 117 144 136
Binary 11110101 11111111 11100000 100 0 1100 0 1001111 1100100 1011110

Color Harmonies of #F5FFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFE0

Black with #F5FFE0

Text Example


Text Example

White with #F5FFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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