Shades of Selago #FDDFFB
Tints of Selago #FDDFFB
RGB
CMYK
RGB Variations
Color information
#FDDFFB (or 0xFDDFFB) is known color: Selago. HEX triplet: FD, DF and FB. RGB value is (253,223,251). Sum of RGB (Red+Green+Blue) = 253+223+251=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 223 (87.5% from 255 or 30.67% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFFB is #022004. Grayscale: #EBEBEB. Windows color (decimal): -139269 or 16506877. OLE color: 16506877.
HSL color Cylindrical-coordinate representation of color #FDDFFB: hue angle of 304º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFFB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 251 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.01 |
| HSL | 304º | 0.88% | 0.93% | - |
| HSV(B) | 304º | 0.12% | 0.99% | - |
| XYZ | 84.31 | 80.62 | 102.39 | - |
| YUV | 235.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 251 | 0 | 0.12 | 0.01 | 0.01 | 304 | 0.88 | 0.93 |
| Hex | FD | DF | FB | 0 | C | 1 | 1 | 130 | 58 | 5D |
| Octal | 375 | 337 | 373 | 0 | 14 | 1 | 1 | 460 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11111011 | 0 | 1100 | 1 | 1 | 100110000 | 1011000 | 1011101 |
Color Harmonies of #FDDFFB
Complementary color
Monochromatic Colors of #FDDFFB
Black with #FDDFFB
Text Example
Text Example
White with #FDDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFFB; }
p { color: rgb(253,223,251); }
H1.HeaderClassName
{
color: #FDDFFB;
}
.AnyTagClassName
{
color: #FDDFFB;
}
</style>
background-color css
<style>
a { background-color: #FDDFFB; }
a { background-color: rgb(253,223,251); }
div.DivClassName
{
background-color: #FDDFFB;
}
.BgClassName
{
background-color: #FDDFFB;
}
</style>
border-color css
<style>
span { border-color: #FDDFFB; }
span { border-color: rgb(253,223,251); }
td.TdClassName
{
border-color: #FDDFFB;
}
.TagClassName
{
border-color: #FDDFFB;
}
</style>