Shades of Classic Rose #FFCDF3
Tints of Classic Rose #FFCDF3
RGB
CMYK
RGB Variations
Color information
#FFCDF3 (or 0xFFCDF3) is known color: Classic Rose. HEX triplet: FF, CD and F3. RGB value is (255,205,243). Sum of RGB (Red+Green+Blue) = 255+205+243=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDF3 is #00320C. Grayscale: #E0E0E0. Windows color (decimal): -12813 or 15977983. OLE color: 15977983.
HSL color Cylindrical-coordinate representation of color #FFCDF3: hue angle of 314.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDF3 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 243 | - |
CMYK | 0 | 0.20 | 0.05 | 0 |
HSL | 314.4º | 1% | 0.9% | - |
HSV(B) | 314.4º | 0.2% | 1% | - |
XYZ | 79.25 | 71.39 | 94.4 | - |
YUV | 224.28 | 138.57 | 149.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 243 | 0 | 0.20 | 0.05 | 0 | 314.4 | 1 | 0.9 |
Hex | FF | CD | F3 | 0 | 14 | 5 | 0 | 13A | 64 | 5A |
Octal | 377 | 315 | 363 | 0 | 24 | 5 | 0 | 472 | 144 | 132 |
Binary | 11111111 | 11001101 | 11110011 | 0 | 10100 | 101 | 0 | 100111010 | 1100100 | 1011010 |
Color Harmonies of #FFCDF3
Complementary color
Monochromatic Colors of #FFCDF3
Black with #FFCDF3
Text Example
Text Example
White with #FFCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDF3; }
p { color: rgb(255,205,243); }
H1.HeaderClassName
{
color: #FFCDF3;
}
.AnyTagClassName
{
color: #FFCDF3;
}
</style>
background-color css
<style>
a { background-color: #FFCDF3; }
a { background-color: rgb(255,205,243); }
div.DivClassName
{
background-color: #FFCDF3;
}
.BgClassName
{
background-color: #FFCDF3;
}
</style>
border-color css
<style>
span { border-color: #FFCDF3; }
span { border-color: rgb(255,205,243); }
td.TdClassName
{
border-color: #FFCDF3;
}
.TagClassName
{
border-color: #FFCDF3;
}
</style>