Shades of Honeydew #FDFEFD
Tints of Honeydew #FDFEFD
RGB
CMYK
RGB Variations
Color information
#FDFEFD (or 0xFDFEFD) is known color: Honeydew. HEX triplet: FD, FE and FD. RGB value is (253,254,253). Sum of RGB (Red+Green+Blue) = 253+254+253=760 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.29% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 253 (99.22% from 255 or 33.29% from 760); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEFD is #020102. Grayscale: #FDFDFD. Windows color (decimal): -131331 or 16645885. OLE color: 16645885.
HSL color Cylindrical-coordinate representation of color #FDFEFD: hue angle of 120º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FDFEFD is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 253 | - |
CMYK | 0.00 | 0 | 0.00 | 0.00 |
HSL | 120º | 0.33% | 0.99% | - |
HSV(B) | 120º | 0% | 1% | - |
XYZ | 93.68 | 98.86 | 107.07 | - |
YUV | 253.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 253 | 0.00 | 0 | 0.00 | 0.00 | 120 | 0.33 | 0.99 |
Hex | FD | FE | FD | 0 | 0 | 0 | 0 | 78 | 21 | 63 |
Octal | 375 | 376 | 375 | 0 | 0 | 0 | 0 | 170 | 41 | 143 |
Binary | 11111101 | 11111110 | 11111101 | 0 | 0 | 0 | 0 | 1111000 | 100001 | 1100011 |
Color Harmonies of #FDFEFD
Complementary color
Monochromatic Colors of #FDFEFD
Black with #FDFEFD
Text Example
Text Example
White with #FDFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEFD; }
p { color: rgb(253,254,253); }
H1.HeaderClassName
{
color: #FDFEFD;
}
.AnyTagClassName
{
color: #FDFEFD;
}
</style>
background-color css
<style>
a { background-color: #FDFEFD; }
a { background-color: rgb(253,254,253); }
div.DivClassName
{
background-color: #FDFEFD;
}
.BgClassName
{
background-color: #FDFEFD;
}
</style>
border-color css
<style>
span { border-color: #FDFEFD; }
span { border-color: rgb(253,254,253); }
td.TdClassName
{
border-color: #FDFEFD;
}
.TagClassName
{
border-color: #FDFEFD;
}
</style>