Shades of Classic Rose #FDBEEA
Tints of Classic Rose #FDBEEA
RGB
CMYK
RGB Variations
Color information
#FDBEEA (or 0xFDBEEA) is known color: Classic Rose. HEX triplet: FD, BE and EA. RGB value is (253,190,234). Sum of RGB (Red+Green+Blue) = 253+190+234=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 190 (74.61% from 255 or 28.06% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEEA is #024115. Grayscale: #D5D5D5. Windows color (decimal): -147734 or 15384317. OLE color: 15384317.
HSL color Cylindrical-coordinate representation of color #FDBEEA: hue angle of 318.1º 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 #FDBEEA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 234 | - |
CMYK | 0 | 0.25 | 0.08 | 0.01 |
HSL | 318.1º | 0.94% | 0.87% | - |
HSV(B) | 318.1º | 0.25% | 0.99% | - |
XYZ | 73.77 | 63.65 | 86.24 | - |
YUV | 213.85 | 139.37 | 155.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 234 | 0 | 0.25 | 0.08 | 0.01 | 318.1 | 0.94 | 0.87 |
Hex | FD | BE | EA | 0 | 19 | 8 | 1 | 13E | 5E | 57 |
Octal | 375 | 276 | 352 | 0 | 31 | 10 | 1 | 476 | 136 | 127 |
Binary | 11111101 | 10111110 | 11101010 | 0 | 11001 | 1000 | 1 | 100111110 | 1011110 | 1010111 |
Color Harmonies of #FDBEEA
Complementary color
Monochromatic Colors of #FDBEEA
Black with #FDBEEA
Text Example
Text Example
White with #FDBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEEA; }
p { color: rgb(253,190,234); }
H1.HeaderClassName
{
color: #FDBEEA;
}
.AnyTagClassName
{
color: #FDBEEA;
}
</style>
background-color css
<style>
a { background-color: #FDBEEA; }
a { background-color: rgb(253,190,234); }
div.DivClassName
{
background-color: #FDBEEA;
}
.BgClassName
{
background-color: #FDBEEA;
}
</style>
border-color css
<style>
span { border-color: #FDBEEA; }
span { border-color: rgb(253,190,234); }
td.TdClassName
{
border-color: #FDBEEA;
}
.TagClassName
{
border-color: #FDBEEA;
}
</style>