#FE95CB

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

Shades of Carnation Pink #FE95CB

Tints of Carnation Pink #FE95CB

Color information

#FE95CB (or 0xFE95CB) is unknown color: approx Carnation Pink. HEX triplet: FE, 95 and CB. RGB value is (254,149,203). Sum of RGB (Red+Green+Blue) = 254+149+203=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95CB is #016A34. Grayscale: #BABABA. Windows color (decimal): -92725 or 13342206. OLE color: 13342206.

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

Color convert

RGB254149203-
CMYK00.410.200.00
HSL329.14º98.13%79.02%-
HSV(B)329.14º41.34%99.61%-
XYZ62.446.8862.26-
YUV186.55137.29176.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=41.91%
G=24.59%
B=33.50%

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
Decimal25414920300.410.200.00329.1498.1379.02
HexFE95CB029140149624f
Octal376225313051240511142117
Binary111111101001010111001011010100110100010100100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95CB; }

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

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

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

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

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

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

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

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