Shades of Classic Rose #FDBEE2
Tints of Classic Rose #FDBEE2
RGB
CMYK
RGB Variations
Color information
#FDBEE2 (or 0xFDBEE2) is known color: Classic Rose. HEX triplet: FD, BE and E2. RGB value is (253,190,226). Sum of RGB (Red+Green+Blue) = 253+190+226=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEE2 is #02411D. Grayscale: #D4D4D4. Windows color (decimal): -147742 or 14860029. OLE color: 14860029.
HSL color Cylindrical-coordinate representation of color #FDBEE2: hue angle of 325.71º 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 #FDBEE2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 226 | - |
CMYK | 0 | 0.25 | 0.11 | 0.01 |
HSL | 325.71º | 0.94% | 0.87% | - |
HSV(B) | 325.71º | 0.25% | 0.99% | - |
XYZ | 72.65 | 63.2 | 80.32 | - |
YUV | 212.94 | 135.37 | 156.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 226 | 0 | 0.25 | 0.11 | 0.01 | 325.71 | 0.94 | 0.87 |
Hex | FD | BE | E2 | 0 | 19 | B | 1 | 146 | 5E | 57 |
Octal | 375 | 276 | 342 | 0 | 31 | 13 | 1 | 506 | 136 | 127 |
Binary | 11111101 | 10111110 | 11100010 | 0 | 11001 | 1011 | 1 | 101000110 | 1011110 | 1010111 |
Color Harmonies of #FDBEE2
Complementary color
Monochromatic Colors of #FDBEE2
Black with #FDBEE2
Text Example
Text Example
White with #FDBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE2; }
p { color: rgb(253,190,226); }
H1.HeaderClassName
{
color: #FDBEE2;
}
.AnyTagClassName
{
color: #FDBEE2;
}
</style>
background-color css
<style>
a { background-color: #FDBEE2; }
a { background-color: rgb(253,190,226); }
div.DivClassName
{
background-color: #FDBEE2;
}
.BgClassName
{
background-color: #FDBEE2;
}
</style>
border-color css
<style>
span { border-color: #FDBEE2; }
span { border-color: rgb(253,190,226); }
td.TdClassName
{
border-color: #FDBEE2;
}
.TagClassName
{
border-color: #FDBEE2;
}
</style>