Shades of Carnation Pink #FAADC8
Tints of Carnation Pink #FAADC8
RGB
CMYK
RGB Variations
Color information
#FAADC8 (or 0xFAADC8) is known color: Carnation Pink. HEX triplet: FA, AD and C8. RGB value is (250,173,200). Sum of RGB (Red+Green+Blue) = 250+173+200=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC8 is #055237. Grayscale: #C7C7C7. Windows color (decimal): -348728 or 13151738. OLE color: 13151738.
HSL color Cylindrical-coordinate representation of color #FAADC8: hue angle of 338.96º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADC8 is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 173 | 200 | - |
CMYK | 0 | 0.31 | 0.2 | 0.02 |
HSL | 338.96º | 0.89% | 0.83% | - |
HSV(B) | 338.96º | 0.31% | 0.98% | - |
XYZ | 64.79 | 54.38 | 61.73 | - |
YUV | 199.1 | 128.51 | 164.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 173 | 200 | 0 | 0.31 | 0.2 | 0.02 | 338.96 | 0.89 | 0.83 |
Hex | FA | AD | C8 | 0 | 1F | 14 | 2 | 153 | 59 | 53 |
Octal | 372 | 255 | 310 | 0 | 37 | 24 | 2 | 523 | 131 | 123 |
Binary | 11111010 | 10101101 | 11001000 | 0 | 11111 | 10100 | 10 | 101010011 | 1011001 | 1010011 |
Color Harmonies of #FAADC8
Complementary color
Monochromatic Colors of #FAADC8
Black with #FAADC8
Text Example
Text Example
White with #FAADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADC8; }
p { color: rgb(250,173,200); }
H1.HeaderClassName
{
color: #FAADC8;
}
.AnyTagClassName
{
color: #FAADC8;
}
</style>
background-color css
<style>
a { background-color: #FAADC8; }
a { background-color: rgb(250,173,200); }
div.DivClassName
{
background-color: #FAADC8;
}
.BgClassName
{
background-color: #FAADC8;
}
</style>
border-color css
<style>
span { border-color: #FAADC8; }
span { border-color: rgb(250,173,200); }
td.TdClassName
{
border-color: #FAADC8;
}
.TagClassName
{
border-color: #FAADC8;
}
</style>