Shades of Classic Rose #FDBEE6
Tints of Classic Rose #FDBEE6
RGB
CMYK
RGB Variations
Color information
#FDBEE6 (or 0xFDBEE6) is known color: Classic Rose. HEX triplet: FD, BE and E6. RGB value is (253,190,230). Sum of RGB (Red+Green+Blue) = 253+190+230=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEE6 is #024119. Grayscale: #D5D5D5. Windows color (decimal): -147738 or 15122173. OLE color: 15122173.
HSL color Cylindrical-coordinate representation of color #FDBEE6: hue angle of 321.9º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEE6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 230 | - |
CMYK | 0 | 0.25 | 0.09 | 0.01 |
HSL | 321.9º | 0.94% | 0.87% | - |
HSV(B) | 321.9º | 0.25% | 0.99% | - |
XYZ | 73.2 | 63.42 | 83.25 | - |
YUV | 213.4 | 137.37 | 156.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 230 | 0 | 0.25 | 0.09 | 0.01 | 321.9 | 0.94 | 0.87 |
Hex | FD | BE | E6 | 0 | 19 | 9 | 1 | 142 | 5E | 57 |
Octal | 375 | 276 | 346 | 0 | 31 | 11 | 1 | 502 | 136 | 127 |
Binary | 11111101 | 10111110 | 11100110 | 0 | 11001 | 1001 | 1 | 101000010 | 1011110 | 1010111 |
Color Harmonies of #FDBEE6
Complementary color
Monochromatic Colors of #FDBEE6
Black with #FDBEE6
Text Example
Text Example
White with #FDBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE6; }
p { color: rgb(253,190,230); }
H1.HeaderClassName
{
color: #FDBEE6;
}
.AnyTagClassName
{
color: #FDBEE6;
}
</style>
background-color css
<style>
a { background-color: #FDBEE6; }
a { background-color: rgb(253,190,230); }
div.DivClassName
{
background-color: #FDBEE6;
}
.BgClassName
{
background-color: #FDBEE6;
}
</style>
border-color css
<style>
span { border-color: #FDBEE6; }
span { border-color: rgb(253,190,230); }
td.TdClassName
{
border-color: #FDBEE6;
}
.TagClassName
{
border-color: #FDBEE6;
}
</style>