Shades of Classic Rose #FFCDF4
Tints of Classic Rose #FFCDF4
RGB
CMYK
RGB Variations
Color information
#FFCDF4 (or 0xFFCDF4) is known color: Classic Rose. HEX triplet: FF, CD and F4. RGB value is (255,205,244). Sum of RGB (Red+Green+Blue) = 255+205+244=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDF4 is #00320B. Grayscale: #E0E0E0. Windows color (decimal): -12812 or 16043519. OLE color: 16043519.
HSL color Cylindrical-coordinate representation of color #FFCDF4: hue angle of 313.2º 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 #FFCDF4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 244 | - |
| CMYK | 0 | 0.20 | 0.04 | 0 |
| HSL | 313.2º | 1% | 0.9% | - |
| HSV(B) | 313.2º | 0.2% | 1% | - |
| XYZ | 79.4 | 71.45 | 95.2 | - |
| YUV | 224.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 244 | 0 | 0.20 | 0.04 | 0 | 313.2 | 1 | 0.9 |
| Hex | FF | CD | F4 | 0 | 14 | 4 | 0 | 139 | 64 | 5A |
| Octal | 377 | 315 | 364 | 0 | 24 | 4 | 0 | 471 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11110100 | 0 | 10100 | 100 | 0 | 100111001 | 1100100 | 1011010 |
Color Harmonies of #FFCDF4
Complementary color
Monochromatic Colors of #FFCDF4
Black with #FFCDF4
Text Example
Text Example
White with #FFCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDF4; }
p { color: rgb(255,205,244); }
H1.HeaderClassName
{
color: #FFCDF4;
}
.AnyTagClassName
{
color: #FFCDF4;
}
</style>
background-color css
<style>
a { background-color: #FFCDF4; }
a { background-color: rgb(255,205,244); }
div.DivClassName
{
background-color: #FFCDF4;
}
.BgClassName
{
background-color: #FFCDF4;
}
</style>
border-color css
<style>
span { border-color: #FFCDF4; }
span { border-color: rgb(255,205,244); }
td.TdClassName
{
border-color: #FFCDF4;
}
.TagClassName
{
border-color: #FFCDF4;
}
</style>