Shades of Light Pink #FDAEB4
Tints of Light Pink #FDAEB4
RGB
CMYK
RGB Variations
Color information
#FDAEB4 (or 0xFDAEB4) is known color: Light Pink. HEX triplet: FD, AE and B4. RGB value is (253,174,180). Sum of RGB (Red+Green+Blue) = 253+174+180=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEB4 is #02514B. Grayscale: #C6C6C6. Windows color (decimal): -151884 or 11841277. OLE color: 11841277.
HSL color Cylindrical-coordinate representation of color #FDAEB4: hue angle of 355.44º 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 #FDAEB4 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 180 | - |
CMYK | 0 | 0.31 | 0.29 | 0.01 |
HSL | 355.44º | 0.95% | 0.84% | - |
HSV(B) | 355.44º | 0.31% | 0.99% | - |
XYZ | 63.88 | 54.45 | 50.32 | - |
YUV | 198.31 | 117.67 | 167.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 180 | 0 | 0.31 | 0.29 | 0.01 | 355.44 | 0.95 | 0.84 |
Hex | FD | AE | B4 | 0 | 1F | 1D | 1 | 163 | 5F | 54 |
Octal | 375 | 256 | 264 | 0 | 37 | 35 | 1 | 543 | 137 | 124 |
Binary | 11111101 | 10101110 | 10110100 | 0 | 11111 | 11101 | 1 | 101100011 | 1011111 | 1010100 |
Color Harmonies of #FDAEB4
Complementary color
Monochromatic Colors of #FDAEB4
Black with #FDAEB4
Text Example
Text Example
White with #FDAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEB4; }
p { color: rgb(253,174,180); }
H1.HeaderClassName
{
color: #FDAEB4;
}
.AnyTagClassName
{
color: #FDAEB4;
}
</style>
background-color css
<style>
a { background-color: #FDAEB4; }
a { background-color: rgb(253,174,180); }
div.DivClassName
{
background-color: #FDAEB4;
}
.BgClassName
{
background-color: #FDAEB4;
}
</style>
border-color css
<style>
span { border-color: #FDAEB4; }
span { border-color: rgb(253,174,180); }
td.TdClassName
{
border-color: #FDAEB4;
}
.TagClassName
{
border-color: #FDAEB4;
}
</style>