Html Css Color HEX #F5FDEC Saltpan

📋 copy color: '#F5FDEC'

red 245 ◦ green 253 ◦ blue 236

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

Shades of Saltpan #F5FDEC

Tints of Saltpan #F5FDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.47%

 BLUE value IS 236 (92.58% from 255) = 32.15%

R = 33.38%
G = 34.47%
B = 32.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#F5FDEC (or 0xF5FDEC) is known color: Saltpan. HEX triplet: F5, FD and EC. RGB value is (245,253,236). Sum of RGB (Red+Green+Blue) = 245+253+236=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 253 (99.22% from 255 or 34.47% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDEC is #0A0213. Grayscale: #F8F8F8. Windows color (decimal): -655892 or 15531509. OLE color: 15531509.

HSL color Cylindrical-coordinate representation of color #F5FDEC: hue angle of 88.24º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5FDEC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 253 236 -
CMYK 0.03 0 0.07 0.01
HSL 88.24º 0.81% 0.96% -
HSV(B) 88.24º 0.07% 0.99% -
XYZ 87.92 95.72 93.2 -
YUV 248.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 245 253 236 0.03 0 0.07 0.01 88.24 0.81 0.96
Hex F5 FD EC 3 0 7 1 58 51 60
Octal 365 375 354 3 0 7 1 130 121 140
Binary 11110101 11111101 11101100 11 0 111 1 1011000 1010001 1100000

Color Harmonies of #F5FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDEC

Black with #F5FDEC

Text Example


Text Example

White with #F5FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDEC; }

 p { color: rgb(245,253,236); }

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

background-color css

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

 a { background-color: rgb(245,253,236); }

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

border-color css

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

 span { border-color: rgb(245,253,236); }

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