#FE6996

Color #FE6996 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE6996

Tints of Brink Pink #FE6996

Color information

#FE6996 (or 0xFE6996) is unknown color: approx Brink Pink. HEX triplet: FE, 69 and 96. RGB value is (254,105,150). Sum of RGB (Red+Green+Blue) = 254+105+150=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6996 is #019669. Grayscale: #9A9A9A. Windows color (decimal): -104042 or 9857534. OLE color: 9857534.

HSL color Cylindrical-coordinate representation of color #FE6996: hue angle of 341.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6996 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254105150-
CMYK00.590.410.00
HSL341.88º98.68%70.39%-
HSV(B)341.88º58.66%99.61%-
XYZ51.4333.3832.59-
YUV154.68125.36198.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=49.90%
G=20.63%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410515000.590.410.00341.8898.6870.39
HexFE699603B2901566346
Octal376151226073510526143106
Binary111111101101001100101100111011101001010101011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6996; }

 p { color: rgb(254,105,150); }

 H1.HeaderClassName
 {
   color: #FE6996;
 }
 .AnyTagClassName
 {
   color: #FE6996;
 }
</style>
background-color css

<style>
 a { background-color: #FE6996; }

 a { background-color: rgb(254,105,150); }

 div.DivClassName
 {
   background-color: #FE6996;
 }
 .BgClassName
 {
   background-color: #FE6996;
 }
</style>
border-color css

<style>
 span { border-color: #FE6996; }

 span { border-color: rgb(254,105,150); }

 td.TdClassName
 {
   border-color: #FE6996;
 }
 .TagClassName
 {
   border-color: #FE6996;
 }
</style>