Shades of Selago #FDEAFD
Tints of Selago #FDEAFD
RGB
CMYK
RGB Variations
Color information
#FDEAFD (or 0xFDEAFD) is known color: Selago. HEX triplet: FD, EA and FD. RGB value is (253,234,253). Sum of RGB (Red+Green+Blue) = 253+234+253=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 234 (91.80% from 255 or 31.62% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAFD is #021502. Grayscale: #F1F1F1. Windows color (decimal): -136451 or 16640765. OLE color: 16640765.
HSL color Cylindrical-coordinate representation of color #FDEAFD: hue angle of 300º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAFD is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 234 | 253 | - |
CMYK | 0 | 0.08 | 0 | 0.01 |
HSL | 300º | 0.83% | 0.95% | - |
HSV(B) | 300º | 0.08% | 0.99% | - |
XYZ | 87.66 | 86.82 | 105.07 | - |
YUV | 241.85 | 134.29 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 234 | 253 | 0 | 0.08 | 0 | 0.01 | 300 | 0.83 | 0.95 |
Hex | FD | EA | FD | 0 | 8 | 0 | 1 | 12C | 53 | 5F |
Octal | 375 | 352 | 375 | 0 | 10 | 0 | 1 | 454 | 123 | 137 |
Binary | 11111101 | 11101010 | 11111101 | 0 | 1000 | 0 | 1 | 100101100 | 1010011 | 1011111 |
Color Harmonies of #FDEAFD
Complementary color
Monochromatic Colors of #FDEAFD
Black with #FDEAFD
Text Example
Text Example
White with #FDEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAFD; }
p { color: rgb(253,234,253); }
H1.HeaderClassName
{
color: #FDEAFD;
}
.AnyTagClassName
{
color: #FDEAFD;
}
</style>
background-color css
<style>
a { background-color: #FDEAFD; }
a { background-color: rgb(253,234,253); }
div.DivClassName
{
background-color: #FDEAFD;
}
.BgClassName
{
background-color: #FDEAFD;
}
</style>
border-color css
<style>
span { border-color: #FDEAFD; }
span { border-color: rgb(253,234,253); }
td.TdClassName
{
border-color: #FDEAFD;
}
.TagClassName
{
border-color: #FDEAFD;
}
</style>