Shades of Classic Rose #FFC3E4
Tints of Classic Rose #FFC3E4
RGB
CMYK
RGB Variations
Color information
#FFC3E4 (or 0xFFC3E4) is known color: Classic Rose. HEX triplet: FF, C3 and E4. RGB value is (255,195,228). Sum of RGB (Red+Green+Blue) = 255+195+228=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 195 (76.56% from 255 or 28.76% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3E4 is #003C1B. Grayscale: #D8D8D8. Windows color (decimal): -15388 or 14992383. OLE color: 14992383.
HSL color Cylindrical-coordinate representation of color #FFC3E4: hue angle of 327º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3E4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 195 | 228 | - |
CMYK | 0 | 0.24 | 0.11 | 0 |
HSL | 327º | 1% | 0.88% | - |
HSV(B) | 327º | 0.24% | 1% | - |
XYZ | 74.76 | 65.89 | 82.18 | - |
YUV | 216.7 | 134.38 | 155.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 195 | 228 | 0 | 0.24 | 0.11 | 0 | 327 | 1 | 0.88 |
Hex | FF | C3 | E4 | 0 | 18 | B | 0 | 147 | 64 | 58 |
Octal | 377 | 303 | 344 | 0 | 30 | 13 | 0 | 507 | 144 | 130 |
Binary | 11111111 | 11000011 | 11100100 | 0 | 11000 | 1011 | 0 | 101000111 | 1100100 | 1011000 |
Color Harmonies of #FFC3E4
Complementary color
Monochromatic Colors of #FFC3E4
Black with #FFC3E4
Text Example
Text Example
White with #FFC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3E4; }
p { color: rgb(255,195,228); }
H1.HeaderClassName
{
color: #FFC3E4;
}
.AnyTagClassName
{
color: #FFC3E4;
}
</style>
background-color css
<style>
a { background-color: #FFC3E4; }
a { background-color: rgb(255,195,228); }
div.DivClassName
{
background-color: #FFC3E4;
}
.BgClassName
{
background-color: #FFC3E4;
}
</style>
border-color css
<style>
span { border-color: #FFC3E4; }
span { border-color: rgb(255,195,228); }
td.TdClassName
{
border-color: #FFC3E4;
}
.TagClassName
{
border-color: #FFC3E4;
}
</style>