#FE96CF

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

Shades of Carnation Pink #FE96CF

Tints of Carnation Pink #FE96CF

Color information

#FE96CF (or 0xFE96CF) is unknown color: approx Carnation Pink. HEX triplet: FE, 96 and CF. RGB value is (254,150,207). Sum of RGB (Red+Green+Blue) = 254+150+207=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96CF is #016930. Grayscale: #BBBBBB. Windows color (decimal): -92465 or 13604606. OLE color: 13604606.

HSL color Cylindrical-coordinate representation of color #FE96CF: hue angle of 327.12º 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 #FE96CF is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254150207-
CMYK00.410.190.00
HSL327.12º98.11%79.22%-
HSV(B)327.12º40.94%99.61%-
XYZ63.0447.3964.86-
YUV187.59138.96175.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=41.57%
G=24.55%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415020700.410.190.00327.1298.1179.22
HexFE96CF029130147624f
Octal376226317051230507142117
Binary111111101001011011001111010100110011010100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96CF; }

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

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

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

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

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

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

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

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