#FDFFFE

Color #FDFFFE Mint Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Cream #FDFFFE

Tints of Mint Cream #FDFFFE

Color information

#FDFFFE (or 0xFDFFFE) is unknown color: approx Mint Cream. HEX triplet: FD, FF and FE. RGB value is (253,255,254). Sum of RGB (Red+Green+Blue) = 253+255+254=762 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.20% from 762); Green value is 255 (100% from 255 or 33.46% from 762); Blue value is 254 (99.61% from 255 or 33.33% from 762); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFFE is #020001. Grayscale: #FEFEFE. Windows color (decimal): -131074 or 16711677. OLE color: 16711677.

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

Color convert

RGB253255254-
CMYK0.0100.000
HSL150º100%99.61%-
HSV(B)150º0.78%100%-
XYZ94.1699.56108.02-
YUV254.29127.84127.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.20%
GREEN value IS 255 (100% from 255) = 33.46%
BLUE value IS 254 (99.61% from 255) = 33.33%
R=33.20%
G=33.46%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552540.0100.00015010099.61
HexFDFFFE1000966464
Octal3753773761000226144144
Binary11111101111111111111111010001001011011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFFE; }

 p { color: rgb(253,255,254); }

 H1.HeaderClassName
 {
   color: #FDFFFE;
 }
 .AnyTagClassName
 {
   color: #FDFFFE;
 }
</style>
background-color css

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

 a { background-color: rgb(253,255,254); }

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

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

 span { border-color: rgb(253,255,254); }

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