#FE96BF

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

Shades of Carnation Pink #FE96BF

Tints of Carnation Pink #FE96BF

Color information

#FE96BF (or 0xFE96BF) is unknown color: approx Carnation Pink. HEX triplet: FE, 96 and BF. RGB value is (254,150,191). Sum of RGB (Red+Green+Blue) = 254+150+191=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96BF is #016940. Grayscale: #B9B9B9. Windows color (decimal): -92481 or 12556030. OLE color: 12556030.

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

Color convert

RGB254150191-
CMYK00.410.250.00
HSL336.35º98.11%79.22%-
HSV(B)336.35º40.94%99.61%-
XYZ61.1846.6555.07-
YUV185.77130.96176.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 191 (75% from 255) = 32.10%
R=42.69%
G=25.21%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415019100.410.250.00336.3598.1179.22
HexFE96BF029190150624f
Octal376226277051310520142117
Binary111111101001011010111111010100111001010101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96BF; }

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

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

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

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

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

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

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

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