Shades of Carnation Pink #FDA4BD
Tints of Carnation Pink #FDA4BD
RGB
CMYK
RGB Variations
Color information
#FDA4BD (or 0xFDA4BD) is known color: Carnation Pink. HEX triplet: FD, A4 and BD. RGB value is (253,164,189). Sum of RGB (Red+Green+Blue) = 253+164+189=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4BD is #025B42. Grayscale: #C1C1C1. Windows color (decimal): -154435 or 12428541. OLE color: 12428541.
HSL color Cylindrical-coordinate representation of color #FDA4BD: hue angle of 343.15º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4BD is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 189 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.01 |
| HSL | 343.15º | 0.96% | 0.82% | - |
| HSV(B) | 343.15º | 0.35% | 0.99% | - |
| XYZ | 62.97 | 51.11 | 54.69 | - |
| YUV | 193.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 189 | 0 | 0.35 | 0.25 | 0.01 | 343.15 | 0.96 | 0.82 |
| Hex | FD | A4 | BD | 0 | 23 | 19 | 1 | 157 | 60 | 52 |
| Octal | 375 | 244 | 275 | 0 | 43 | 31 | 1 | 527 | 140 | 122 |
| Binary | 11111101 | 10100100 | 10111101 | 0 | 100011 | 11001 | 1 | 101010111 | 1100000 | 1010010 |
Color Harmonies of #FDA4BD
Complementary color
Monochromatic Colors of #FDA4BD
Black with #FDA4BD
Text Example
Text Example
White with #FDA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4BD; }
p { color: rgb(253,164,189); }
H1.HeaderClassName
{
color: #FDA4BD;
}
.AnyTagClassName
{
color: #FDA4BD;
}
</style>
background-color css
<style>
a { background-color: #FDA4BD; }
a { background-color: rgb(253,164,189); }
div.DivClassName
{
background-color: #FDA4BD;
}
.BgClassName
{
background-color: #FDA4BD;
}
</style>
border-color css
<style>
span { border-color: #FDA4BD; }
span { border-color: rgb(253,164,189); }
td.TdClassName
{
border-color: #FDA4BD;
}
.TagClassName
{
border-color: #FDA4BD;
}
</style>