Shades of Selago #FDD4FE
Tints of Selago #FDD4FE
RGB
CMYK
RGB Variations
Color information
#FDD4FE (or 0xFDD4FE) is known color: Selago. HEX triplet: FD, D4 and FE. RGB value is (253,212,254). Sum of RGB (Red+Green+Blue) = 253+212+254=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 212 (83.20% from 255 or 29.49% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDD4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD4FE is #022B01. Grayscale: #E4E4E4. Windows color (decimal): -142082 or 16700669. OLE color: 16700669.
HSL color Cylindrical-coordinate representation of color #FDD4FE: hue angle of 298.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD4FE is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 212 | 254 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.00 |
| HSL | 298.57º | 0.95% | 0.91% | - |
| HSV(B) | 298.57º | 0.17% | 1% | - |
| XYZ | 81.94 | 75.13 | 103.95 | - |
| YUV | 229.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 254 | 0.00 | 0.17 | 0 | 0.00 | 298.57 | 0.95 | 0.91 |
| Hex | FD | D4 | FE | 0 | 11 | 0 | 0 | 12B | 5F | 5B |
| Octal | 375 | 324 | 376 | 0 | 21 | 0 | 0 | 453 | 137 | 133 |
| Binary | 11111101 | 11010100 | 11111110 | 0 | 10001 | 0 | 0 | 100101011 | 1011111 | 1011011 |
Color Harmonies of #FDD4FE
Complementary color
Monochromatic Colors of #FDD4FE
Black with #FDD4FE
Text Example
Text Example
White with #FDD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4FE; }
p { color: rgb(253,212,254); }
H1.HeaderClassName
{
color: #FDD4FE;
}
.AnyTagClassName
{
color: #FDD4FE;
}
</style>
background-color css
<style>
a { background-color: #FDD4FE; }
a { background-color: rgb(253,212,254); }
div.DivClassName
{
background-color: #FDD4FE;
}
.BgClassName
{
background-color: #FDD4FE;
}
</style>
border-color css
<style>
span { border-color: #FDD4FE; }
span { border-color: rgb(253,212,254); }
td.TdClassName
{
border-color: #FDD4FE;
}
.TagClassName
{
border-color: #FDD4FE;
}
</style>