Shades of Carnation Pink #FDAEC8
Tints of Carnation Pink #FDAEC8
RGB
CMYK
RGB Variations
Color information
#FDAEC8 (or 0xFDAEC8) is known color: Carnation Pink. HEX triplet: FD, AE and C8. RGB value is (253,174,200). Sum of RGB (Red+Green+Blue) = 253+174+200=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC8 is #025137. Grayscale: #C8C8C8. Windows color (decimal): -151864 or 13151997. OLE color: 13151997.
HSL color Cylindrical-coordinate representation of color #FDAEC8: hue angle of 340.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEC8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 200 | - |
CMYK | 0 | 0.31 | 0.21 | 0.01 |
HSL | 340.25º | 0.95% | 0.84% | - |
HSV(B) | 340.25º | 0.31% | 0.99% | - |
XYZ | 66.07 | 55.32 | 61.84 | - |
YUV | 200.59 | 127.67 | 165.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 200 | 0 | 0.31 | 0.21 | 0.01 | 340.25 | 0.95 | 0.84 |
Hex | FD | AE | C8 | 0 | 1F | 15 | 1 | 154 | 5F | 54 |
Octal | 375 | 256 | 310 | 0 | 37 | 25 | 1 | 524 | 137 | 124 |
Binary | 11111101 | 10101110 | 11001000 | 0 | 11111 | 10101 | 1 | 101010100 | 1011111 | 1010100 |
Color Harmonies of #FDAEC8
Complementary color
Monochromatic Colors of #FDAEC8
Black with #FDAEC8
Text Example
Text Example
White with #FDAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEC8; }
p { color: rgb(253,174,200); }
H1.HeaderClassName
{
color: #FDAEC8;
}
.AnyTagClassName
{
color: #FDAEC8;
}
</style>
background-color css
<style>
a { background-color: #FDAEC8; }
a { background-color: rgb(253,174,200); }
div.DivClassName
{
background-color: #FDAEC8;
}
.BgClassName
{
background-color: #FDAEC8;
}
</style>
border-color css
<style>
span { border-color: #FDAEC8; }
span { border-color: rgb(253,174,200); }
td.TdClassName
{
border-color: #FDAEC8;
}
.TagClassName
{
border-color: #FDAEC8;
}
</style>