Html Css Color HEX #F5FEE5 Saltpan

📋 copy color: '#F5FEE5'

red 245 ◦ green 254 ◦ blue 229

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

Shades of Saltpan #F5FEE5

Tints of Saltpan #F5FEE5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.89%

 BLUE value IS 229 (89.84% from 255) = 31.46%

R = 33.65%
G = 34.89%
B = 31.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#F5FEE5 (or 0xF5FEE5) is known color: Saltpan. HEX triplet: F5, FE and E5. RGB value is (245,254,229). Sum of RGB (Red+Green+Blue) = 245+254+229=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 229 (89.84% from 255 or 31.46% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEE5 is #0A011A. Grayscale: #F8F8F8. Windows color (decimal): -655643 or 15073013. OLE color: 15073013.

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

Color convert

RGB 245 254 229 -
CMYK 0.04 0 0.10 0.00
HSL 81.6º 0.93% 0.95% -
HSV(B) 81.6º 0.1% 1% -
XYZ 87.24 95.95 88.05 -
YUV 248.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 245 254 229 0.04 0 0.10 0.00 81.6 0.93 0.95
Hex F5 FE E5 4 0 A 0 52 5D 5F
Octal 365 376 345 4 0 12 0 122 135 137
Binary 11110101 11111110 11100101 100 0 1010 0 1010010 1011101 1011111

Color Harmonies of #F5FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FEE5

Black with #F5FEE5

Text Example


Text Example

White with #F5FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FEE5; }

 p { color: rgb(245,254,229); }

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

background-color css

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

 a { background-color: rgb(245,254,229); }

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

border-color css

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

 span { border-color: rgb(245,254,229); }

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