Html Css Color HEX #F6FDED Saltpan

📋 copy color: '#F6FDED'

red 246 ◦ green 253 ◦ blue 237

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

Shades of Saltpan #F6FDED

Tints of Saltpan #F6FDED

RGB

 RED value IS 246 (96.48% from 255) = 33.42%

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

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

R = 33.42%
G = 34.38%
B = 32.2%

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

#F6FDED (or 0xF6FDED) is known color: Saltpan. HEX triplet: F6, FD and ED. RGB value is (246,253,237). Sum of RGB (Red+Green+Blue) = 246+253+237=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 237 (92.97% from 255 or 32.20% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDED is #090212. Grayscale: #F9F9F9. Windows color (decimal): -590355 or 15597046. OLE color: 15597046.

HSL color Cylindrical-coordinate representation of color #F6FDED: hue angle of 86.25º degrees, saturation: 0.8, 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 #F6FDED is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 253 237 -
CMYK 0.03 0 0.06 0.01
HSL 86.25º 0.8% 0.96% -
HSV(B) 86.25º 0.06% 0.99% -
XYZ 88.42 95.96 93.98 -
YUV 249.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 246 253 237 0.03 0 0.06 0.01 86.25 0.8 0.96
Hex F6 FD ED 3 0 6 1 56 50 60
Octal 366 375 355 3 0 6 1 126 120 140
Binary 11110110 11111101 11101101 11 0 110 1 1010110 1010000 1100000

Color Harmonies of #F6FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FDED

Black with #F6FDED

Text Example


Text Example

White with #F6FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FDED; }

 p { color: rgb(246,253,237); }

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

background-color css

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

 a { background-color: rgb(246,253,237); }

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

border-color css

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

 span { border-color: rgb(246,253,237); }

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