Html Css Color HEX #F6FFE6 Saltpan

📋 copy color: '#F6FFE6'

red 246 ◦ green 255 ◦ blue 230

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

Shades of Saltpan #F6FFE6

Tints of Saltpan #F6FFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 34.88%

 BLUE value IS 230 (90.23% from 255) = 31.46%

R = 33.65%
G = 34.88%
B = 31.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#F6FFE6 (or 0xF6FFE6) is known color: Saltpan. HEX triplet: F6, FF and E6. RGB value is (246,255,230). Sum of RGB (Red+Green+Blue) = 246+255+230=731 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.65% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 230 (90.23% from 255 or 31.46% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFE6 is #090019. Grayscale: #F9F9F9. Windows color (decimal): -589850 or 15138806. OLE color: 15138806.

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

Color convert

RGB 246 255 230 -
CMYK 0.04 0 0.10 0
HSL 81.6º 1% 0.95% -
HSV(B) 81.6º 0.1% 1% -
XYZ 88.05 96.83 88.91 -
YUV 249.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 246 255 230 0.04 0 0.10 0 81.6 1 0.95
Hex F6 FF E6 4 0 A 0 52 64 5F
Octal 366 377 346 4 0 12 0 122 144 137
Binary 11110110 11111111 11100110 100 0 1010 0 1010010 1100100 1011111

Color Harmonies of #F6FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FFE6

Black with #F6FFE6

Text Example


Text Example

White with #F6FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FFE6; }

 p { color: rgb(246,255,230); }

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

background-color css

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

 a { background-color: rgb(246,255,230); }

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

border-color css

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

 span { border-color: rgb(246,255,230); }

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