Shades of Brink Pink #FE667E
Tints of Brink Pink #FE667E
RGB
CMYK
RGB Variations
Color information
#FE667E (or 0xFE667E) is known color: Brink Pink. HEX triplet: FE, 66 and 7E. RGB value is (254,102,126). Sum of RGB (Red+Green+Blue) = 254+102+126=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE667E is #019981. Grayscale: #969696. Windows color (decimal): -104834 or 8283902. OLE color: 8283902.
HSL color Cylindrical-coordinate representation of color #FE667E: hue angle of 350.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE667E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 126 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.00 |
| HSL | 350.53º | 0.99% | 0.7% | - |
| HSV(B) | 350.53º | 0.6% | 1% | - |
| XYZ | 49.39 | 32.08 | 23.33 | - |
| YUV | 150.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 126 | 0 | 0.60 | 0.50 | 0.00 | 350.53 | 0.99 | 0.7 |
| Hex | FE | 66 | 7E | 0 | 3C | 32 | 0 | 15F | 63 | 46 |
| Octal | 376 | 146 | 176 | 0 | 74 | 62 | 0 | 537 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1111110 | 0 | 111100 | 110010 | 0 | 101011111 | 1100011 | 1000110 |
Color Harmonies of #FE667E
Complementary color
Monochromatic Colors of #FE667E
Black with #FE667E
Text Example
Text Example
White with #FE667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE667E; }
p { color: rgb(254,102,126); }
H1.HeaderClassName
{
color: #FE667E;
}
.AnyTagClassName
{
color: #FE667E;
}
</style>
background-color css
<style>
a { background-color: #FE667E; }
a { background-color: rgb(254,102,126); }
div.DivClassName
{
background-color: #FE667E;
}
.BgClassName
{
background-color: #FE667E;
}
</style>
border-color css
<style>
span { border-color: #FE667E; }
span { border-color: rgb(254,102,126); }
td.TdClassName
{
border-color: #FE667E;
}
.TagClassName
{
border-color: #FE667E;
}
</style>