Html Css Color HEX #F5FEE0 Saltpan

📋 copy color: '#F5FEE0'

red 245 ◦ green 254 ◦ blue 224

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

Shades of Saltpan #F5FEE0

Tints of Saltpan #F5FEE0

RGB

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

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

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

R = 33.89%
G = 35.13%
B = 30.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#F5FEE0 (or 0xF5FEE0) is known color: Saltpan. HEX triplet: F5, FE and E0. RGB value is (245,254,224). Sum of RGB (Red+Green+Blue) = 245+254+224=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEE0 is #0A011F. Grayscale: #F8F8F8. Windows color (decimal): -655648 or 14745333. OLE color: 14745333.

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

Color convert

RGB 245 254 224 -
CMYK 0.04 0 0.12 0.00
HSL 78º 0.94% 0.94% -
HSV(B) 78º 0.12% 1% -
XYZ 86.55 95.68 84.43 -
YUV 247.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 245 254 224 0.04 0 0.12 0.00 78 0.94 0.94
Hex F5 FE E0 4 0 C 0 4E 5E 5E
Octal 365 376 340 4 0 14 0 116 136 136
Binary 11110101 11111110 11100000 100 0 1100 0 1001110 1011110 1011110

Color Harmonies of #F5FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FEE0

Black with #F5FEE0

Text Example


Text Example

White with #F5FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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