Shades of Light Pink #FDADB2
Tints of Light Pink #FDADB2
RGB
CMYK
RGB Variations
Color information
#FDADB2 (or 0xFDADB2) is known color: Light Pink. HEX triplet: FD, AD and B2. RGB value is (253,173,178). Sum of RGB (Red+Green+Blue) = 253+173+178=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADB2 is #02524D. Grayscale: #C5C5C5. Windows color (decimal): -152142 or 11709949. OLE color: 11709949.
HSL color Cylindrical-coordinate representation of color #FDADB2: hue angle of 356.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADB2 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 178 | - |
CMYK | 0 | 0.32 | 0.30 | 0.01 |
HSL | 356.25º | 0.95% | 0.84% | - |
HSV(B) | 356.25º | 0.32% | 0.99% | - |
XYZ | 63.49 | 53.98 | 49.19 | - |
YUV | 197.49 | 117 | 167.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 178 | 0 | 0.32 | 0.30 | 0.01 | 356.25 | 0.95 | 0.84 |
Hex | FD | AD | B2 | 0 | 20 | 1E | 1 | 164 | 5F | 54 |
Octal | 375 | 255 | 262 | 0 | 40 | 36 | 1 | 544 | 137 | 124 |
Binary | 11111101 | 10101101 | 10110010 | 0 | 100000 | 11110 | 1 | 101100100 | 1011111 | 1010100 |
Color Harmonies of #FDADB2
Complementary color
Monochromatic Colors of #FDADB2
Black with #FDADB2
Text Example
Text Example
White with #FDADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADB2; }
p { color: rgb(253,173,178); }
H1.HeaderClassName
{
color: #FDADB2;
}
.AnyTagClassName
{
color: #FDADB2;
}
</style>
background-color css
<style>
a { background-color: #FDADB2; }
a { background-color: rgb(253,173,178); }
div.DivClassName
{
background-color: #FDADB2;
}
.BgClassName
{
background-color: #FDADB2;
}
</style>
border-color css
<style>
span { border-color: #FDADB2; }
span { border-color: rgb(253,173,178); }
td.TdClassName
{
border-color: #FDADB2;
}
.TagClassName
{
border-color: #FDADB2;
}
</style>