Shades of Selago #FDD2FF
Tints of Selago #FDD2FF
RGB
CMYK
RGB Variations
Color information
#FDD2FF (or 0xFDD2FF) is known color: Selago. HEX triplet: FD, D2 and FF. RGB value is (253,210,255). Sum of RGB (Red+Green+Blue) = 253+210+255=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 210 (82.42% from 255 or 29.25% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2FF is #022D00. Grayscale: #E3E3E3. Windows color (decimal): -142593 or 16765693. OLE color: 16765693.
HSL color Cylindrical-coordinate representation of color #FDD2FF: hue angle of 297.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD2FF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 210 | 255 | - |
CMYK | 0.01 | 0.18 | 0 | 0 |
HSL | 297.33º | 1% | 0.91% | - |
HSV(B) | 297.33º | 0.18% | 1% | - |
XYZ | 81.6 | 74.2 | 104.63 | - |
YUV | 227.99 | 143.25 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 255 | 0.01 | 0.18 | 0 | 0 | 297.33 | 1 | 0.91 |
Hex | FD | D2 | FF | 1 | 12 | 0 | 0 | 129 | 64 | 5B |
Octal | 375 | 322 | 377 | 1 | 22 | 0 | 0 | 451 | 144 | 133 |
Binary | 11111101 | 11010010 | 11111111 | 1 | 10010 | 0 | 0 | 100101001 | 1100100 | 1011011 |
Color Harmonies of #FDD2FF
Complementary color
Monochromatic Colors of #FDD2FF
Black with #FDD2FF
Text Example
Text Example
White with #FDD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2FF; }
p { color: rgb(253,210,255); }
H1.HeaderClassName
{
color: #FDD2FF;
}
.AnyTagClassName
{
color: #FDD2FF;
}
</style>
background-color css
<style>
a { background-color: #FDD2FF; }
a { background-color: rgb(253,210,255); }
div.DivClassName
{
background-color: #FDD2FF;
}
.BgClassName
{
background-color: #FDD2FF;
}
</style>
border-color css
<style>
span { border-color: #FDD2FF; }
span { border-color: rgb(253,210,255); }
td.TdClassName
{
border-color: #FDD2FF;
}
.TagClassName
{
border-color: #FDD2FF;
}
</style>