Html Css Color HEX #F5FFE6 Saltpan

📋 copy color: '#F5FFE6'

red 245 ◦ green 255 ◦ blue 230

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

Shades of Saltpan #F5FFE6

Tints of Saltpan #F5FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.51%

R = 33.56%
G = 34.93%
B = 31.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#F5FFE6 (or 0xF5FFE6) is known color: Saltpan. HEX triplet: F5, FF and E6. RGB value is (245,255,230). Sum of RGB (Red+Green+Blue) = 245+255+230=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 230 (90.23% from 255 or 31.51% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFE6 is #0A0019. Grayscale: #F9F9F9. Windows color (decimal): -655386 or 15138805. OLE color: 15138805.

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

Color convert

RGB 245 255 230 -
CMYK 0.04 0 0.10 0
HSL 84º 1% 0.95% -
HSV(B) 84º 0.1% 1% -
XYZ 87.7 96.65 88.9 -
YUV 249.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 245 255 230 0.04 0 0.10 0 84 1 0.95
Hex F5 FF E6 4 0 A 0 54 64 5F
Octal 365 377 346 4 0 12 0 124 144 137
Binary 11110101 11111111 11100110 100 0 1010 0 1010100 1100100 1011111

Color Harmonies of #F5FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFE6

Black with #F5FFE6

Text Example


Text Example

White with #F5FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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