Shades of Selago #FEDDFC
Tints of Selago #FEDDFC
RGB
CMYK
RGB Variations
Color information
#FEDDFC (or 0xFEDDFC) is known color: Selago. HEX triplet: FE, DD and FC. RGB value is (254,221,252). Sum of RGB (Red+Green+Blue) = 254+221+252=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 221 (86.72% from 255 or 30.40% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFC is #012203. Grayscale: #EAEAEA. Windows color (decimal): -74244 or 16571902. OLE color: 16571902.
HSL color Cylindrical-coordinate representation of color #FEDDFC: hue angle of 303.64º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDFC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 252 | - |
CMYK | 0 | 0.13 | 0.01 | 0.00 |
HSL | 303.64º | 0.94% | 0.93% | - |
HSV(B) | 303.64º | 0.13% | 1% | - |
XYZ | 84.3 | 79.81 | 103.06 | - |
YUV | 234.4 | 137.93 | 141.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 252 | 0 | 0.13 | 0.01 | 0.00 | 303.64 | 0.94 | 0.93 |
Hex | FE | DD | FC | 0 | D | 1 | 0 | 130 | 5E | 5D |
Octal | 376 | 335 | 374 | 0 | 15 | 1 | 0 | 460 | 136 | 135 |
Binary | 11111110 | 11011101 | 11111100 | 0 | 1101 | 1 | 0 | 100110000 | 1011110 | 1011101 |
Color Harmonies of #FEDDFC
Complementary color
Monochromatic Colors of #FEDDFC
Black with #FEDDFC
Text Example
Text Example
White with #FEDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDFC; }
p { color: rgb(254,221,252); }
H1.HeaderClassName
{
color: #FEDDFC;
}
.AnyTagClassName
{
color: #FEDDFC;
}
</style>
background-color css
<style>
a { background-color: #FEDDFC; }
a { background-color: rgb(254,221,252); }
div.DivClassName
{
background-color: #FEDDFC;
}
.BgClassName
{
background-color: #FEDDFC;
}
</style>
border-color css
<style>
span { border-color: #FEDDFC; }
span { border-color: rgb(254,221,252); }
td.TdClassName
{
border-color: #FEDDFC;
}
.TagClassName
{
border-color: #FEDDFC;
}
</style>