Shades of Hit Pink #FDA26B
Tints of Hit Pink #FDA26B
RGB
CMYK
RGB Variations
Color information
#FDA26B (or 0xFDA26B) is known color: Hit Pink. HEX triplet: FD, A2 and 6B. RGB value is (253,162,107). Sum of RGB (Red+Green+Blue) = 253+162+107=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA26B is #025D94. Grayscale: #B7B7B7. Windows color (decimal): -155029 or 7054077. OLE color: 7054077.
HSL color Cylindrical-coordinate representation of color #FDA26B: hue angle of 22.6º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDA26B is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 107 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.01 |
| HSL | 22.6º | 0.97% | 0.71% | - |
| HSV(B) | 22.6º | 0.58% | 0.99% | - |
| XYZ | 56.08 | 47.78 | 20.18 | - |
| YUV | 182.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 107 | 0 | 0.36 | 0.58 | 0.01 | 22.6 | 0.97 | 0.71 |
| Hex | FD | A2 | 6B | 0 | 24 | 3A | 1 | 17 | 61 | 47 |
| Octal | 375 | 242 | 153 | 0 | 44 | 72 | 1 | 27 | 141 | 107 |
| Binary | 11111101 | 10100010 | 1101011 | 0 | 100100 | 111010 | 1 | 10111 | 1100001 | 1000111 |
Color Harmonies of #FDA26B
Complementary color
Monochromatic Colors of #FDA26B
Black with #FDA26B
Text Example
Text Example
White with #FDA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA26B; }
p { color: rgb(253,162,107); }
H1.HeaderClassName
{
color: #FDA26B;
}
.AnyTagClassName
{
color: #FDA26B;
}
</style>
background-color css
<style>
a { background-color: #FDA26B; }
a { background-color: rgb(253,162,107); }
div.DivClassName
{
background-color: #FDA26B;
}
.BgClassName
{
background-color: #FDA26B;
}
</style>
border-color css
<style>
span { border-color: #FDA26B; }
span { border-color: rgb(253,162,107); }
td.TdClassName
{
border-color: #FDA26B;
}
.TagClassName
{
border-color: #FDA26B;
}
</style>