Shades of Brink Pink #FE668C
Tints of Brink Pink #FE668C
RGB
CMYK
RGB Variations
Color information
#FE668C (or 0xFE668C) is known color: Brink Pink. HEX triplet: FE, 66 and 8C. RGB value is (254,102,140). Sum of RGB (Red+Green+Blue) = 254+102+140=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE668C is #019973. Grayscale: #979797. Windows color (decimal): -104820 or 9201406. OLE color: 9201406.
HSL color Cylindrical-coordinate representation of color #FE668C: hue angle of 345º 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 #FE668C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 140 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.00 |
| HSL | 345º | 0.99% | 0.7% | - |
| HSV(B) | 345º | 0.6% | 1% | - |
| XYZ | 50.36 | 32.47 | 28.42 | - |
| YUV | 151.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 140 | 0 | 0.60 | 0.45 | 0.00 | 345 | 0.99 | 0.7 |
| Hex | FE | 66 | 8C | 0 | 3C | 2D | 0 | 159 | 63 | 46 |
| Octal | 376 | 146 | 214 | 0 | 74 | 55 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10001100 | 0 | 111100 | 101101 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE668C
Complementary color
Monochromatic Colors of #FE668C
Black with #FE668C
Text Example
Text Example
White with #FE668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE668C; }
p { color: rgb(254,102,140); }
H1.HeaderClassName
{
color: #FE668C;
}
.AnyTagClassName
{
color: #FE668C;
}
</style>
background-color css
<style>
a { background-color: #FE668C; }
a { background-color: rgb(254,102,140); }
div.DivClassName
{
background-color: #FE668C;
}
.BgClassName
{
background-color: #FE668C;
}
</style>
border-color css
<style>
span { border-color: #FE668C; }
span { border-color: rgb(254,102,140); }
td.TdClassName
{
border-color: #FE668C;
}
.TagClassName
{
border-color: #FE668C;
}
</style>