#FE96CB

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

Shades of Carnation Pink #FE96CB

Tints of Carnation Pink #FE96CB

Color information

#FE96CB (or 0xFE96CB) is unknown color: approx Carnation Pink. HEX triplet: FE, 96 and CB. RGB value is (254,150,203). Sum of RGB (Red+Green+Blue) = 254+150+203=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96CB is #016934. Grayscale: #BBBBBB. Windows color (decimal): -92469 or 13342462. OLE color: 13342462.

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

Color convert

RGB254150203-
CMYK00.410.200.00
HSL329.42º98.11%79.22%-
HSV(B)329.42º40.94%99.61%-
XYZ62.5647.262.31-
YUV187.14136.96175.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=41.85%
G=24.71%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415020300.410.200.00329.4298.1179.22
HexFE96CB029140149624f
Octal376226313051240511142117
Binary111111101001011011001011010100110100010100100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96CB; }

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

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

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

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

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

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

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

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