Html Css Color HEX #F5FCED Saltpan

📋 copy color: '#F5FCED'

red 245 ◦ green 252 ◦ blue 237

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

Shades of Saltpan #F5FCED

Tints of Saltpan #F5FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.33%

 BLUE value IS 237 (92.97% from 255) = 32.29%

R = 33.38%
G = 34.33%
B = 32.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#F5FCED (or 0xF5FCED) is known color: Saltpan. HEX triplet: F5, FC and ED. RGB value is (245,252,237). Sum of RGB (Red+Green+Blue) = 245+252+237=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 252 (98.83% from 255 or 34.33% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCED is #0A0312. Grayscale: #F8F8F8. Windows color (decimal): -656147 or 15596789. OLE color: 15596789.

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

Color convert

RGB 245 252 237 -
CMYK 0.03 0 0.06 0.01
HSL 88º 0.71% 0.96% -
HSV(B) 88º 0.06% 0.99% -
XYZ 87.75 95.15 93.86 -
YUV 248.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 245 252 237 0.03 0 0.06 0.01 88 0.71 0.96
Hex F5 FC ED 3 0 6 1 58 47 60
Octal 365 374 355 3 0 6 1 130 107 140
Binary 11110101 11111100 11101101 11 0 110 1 1011000 1000111 1100000

Color Harmonies of #F5FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCED

Black with #F5FCED

Text Example


Text Example

White with #F5FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCED; }

 p { color: rgb(245,252,237); }

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

background-color css

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

 a { background-color: rgb(245,252,237); }

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

border-color css

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

 span { border-color: rgb(245,252,237); }

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