Shades of Classic Rose #FDBEE5
Tints of Classic Rose #FDBEE5
RGB
CMYK
RGB Variations
Color information
#FDBEE5 (or 0xFDBEE5) is known color: Classic Rose. HEX triplet: FD, BE and E5. RGB value is (253,190,229). Sum of RGB (Red+Green+Blue) = 253+190+229=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEE5 is #02411A. Grayscale: #D5D5D5. Windows color (decimal): -147739 or 15056637. OLE color: 15056637.
HSL color Cylindrical-coordinate representation of color #FDBEE5: hue angle of 322.86º 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 #FDBEE5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 229 | - |
CMYK | 0 | 0.25 | 0.09 | 0.01 |
HSL | 322.86º | 0.94% | 0.87% | - |
HSV(B) | 322.86º | 0.25% | 0.99% | - |
XYZ | 73.06 | 63.37 | 82.51 | - |
YUV | 213.28 | 136.87 | 156.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 229 | 0 | 0.25 | 0.09 | 0.01 | 322.86 | 0.94 | 0.87 |
Hex | FD | BE | E5 | 0 | 19 | 9 | 1 | 143 | 5E | 57 |
Octal | 375 | 276 | 345 | 0 | 31 | 11 | 1 | 503 | 136 | 127 |
Binary | 11111101 | 10111110 | 11100101 | 0 | 11001 | 1001 | 1 | 101000011 | 1011110 | 1010111 |
Color Harmonies of #FDBEE5
Complementary color
Monochromatic Colors of #FDBEE5
Black with #FDBEE5
Text Example
Text Example
White with #FDBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE5; }
p { color: rgb(253,190,229); }
H1.HeaderClassName
{
color: #FDBEE5;
}
.AnyTagClassName
{
color: #FDBEE5;
}
</style>
background-color css
<style>
a { background-color: #FDBEE5; }
a { background-color: rgb(253,190,229); }
div.DivClassName
{
background-color: #FDBEE5;
}
.BgClassName
{
background-color: #FDBEE5;
}
</style>
border-color css
<style>
span { border-color: #FDBEE5; }
span { border-color: rgb(253,190,229); }
td.TdClassName
{
border-color: #FDBEE5;
}
.TagClassName
{
border-color: #FDBEE5;
}
</style>