Shades of Classic Rose #FDC1DB
Tints of Classic Rose #FDC1DB
RGB
CMYK
RGB Variations
Color information
#FDC1DB (or 0xFDC1DB) is known color: Classic Rose. HEX triplet: FD, C1 and DB. RGB value is (253,193,219). Sum of RGB (Red+Green+Blue) = 253+193+219=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1DB is #023E24. Grayscale: #D5D5D5. Windows color (decimal): -146981 or 14402045. OLE color: 14402045.
HSL color Cylindrical-coordinate representation of color #FDC1DB: hue angle of 334º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1DB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 193 | 219 | - |
CMYK | 0 | 0.24 | 0.13 | 0.01 |
HSL | 334º | 0.94% | 0.87% | - |
HSV(B) | 334º | 0.24% | 0.99% | - |
XYZ | 72.36 | 64.14 | 75.58 | - |
YUV | 213.9 | 130.88 | 155.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 193 | 219 | 0 | 0.24 | 0.13 | 0.01 | 334 | 0.94 | 0.87 |
Hex | FD | C1 | DB | 0 | 18 | D | 1 | 14E | 5E | 57 |
Octal | 375 | 301 | 333 | 0 | 30 | 15 | 1 | 516 | 136 | 127 |
Binary | 11111101 | 11000001 | 11011011 | 0 | 11000 | 1101 | 1 | 101001110 | 1011110 | 1010111 |
Color Harmonies of #FDC1DB
Complementary color
Monochromatic Colors of #FDC1DB
Black with #FDC1DB
Text Example
Text Example
White with #FDC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1DB; }
p { color: rgb(253,193,219); }
H1.HeaderClassName
{
color: #FDC1DB;
}
.AnyTagClassName
{
color: #FDC1DB;
}
</style>
background-color css
<style>
a { background-color: #FDC1DB; }
a { background-color: rgb(253,193,219); }
div.DivClassName
{
background-color: #FDC1DB;
}
.BgClassName
{
background-color: #FDC1DB;
}
</style>
border-color css
<style>
span { border-color: #FDC1DB; }
span { border-color: rgb(253,193,219); }
td.TdClassName
{
border-color: #FDC1DB;
}
.TagClassName
{
border-color: #FDC1DB;
}
</style>