Shades of Classic Rose #FDBEE3
Tints of Classic Rose #FDBEE3
RGB
CMYK
RGB Variations
Color information
#FDBEE3 (or 0xFDBEE3) is known color: Classic Rose. HEX triplet: FD, BE and E3. RGB value is (253,190,227). Sum of RGB (Red+Green+Blue) = 253+190+227=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEE3 is #02411C. Grayscale: #D4D4D4. Windows color (decimal): -147741 or 14925565. OLE color: 14925565.
HSL color Cylindrical-coordinate representation of color #FDBEE3: hue angle of 324.76º 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 #FDBEE3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 227 | - |
CMYK | 0 | 0.25 | 0.10 | 0.01 |
HSL | 324.76º | 0.94% | 0.87% | - |
HSV(B) | 324.76º | 0.25% | 0.99% | - |
XYZ | 72.79 | 63.26 | 81.05 | - |
YUV | 213.06 | 135.87 | 156.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 227 | 0 | 0.25 | 0.10 | 0.01 | 324.76 | 0.94 | 0.87 |
Hex | FD | BE | E3 | 0 | 19 | A | 1 | 145 | 5E | 57 |
Octal | 375 | 276 | 343 | 0 | 31 | 12 | 1 | 505 | 136 | 127 |
Binary | 11111101 | 10111110 | 11100011 | 0 | 11001 | 1010 | 1 | 101000101 | 1011110 | 1010111 |
Color Harmonies of #FDBEE3
Complementary color
Monochromatic Colors of #FDBEE3
Black with #FDBEE3
Text Example
Text Example
White with #FDBEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE3; }
p { color: rgb(253,190,227); }
H1.HeaderClassName
{
color: #FDBEE3;
}
.AnyTagClassName
{
color: #FDBEE3;
}
</style>
background-color css
<style>
a { background-color: #FDBEE3; }
a { background-color: rgb(253,190,227); }
div.DivClassName
{
background-color: #FDBEE3;
}
.BgClassName
{
background-color: #FDBEE3;
}
</style>
border-color css
<style>
span { border-color: #FDBEE3; }
span { border-color: rgb(253,190,227); }
td.TdClassName
{
border-color: #FDBEE3;
}
.TagClassName
{
border-color: #FDBEE3;
}
</style>