#FE95CE

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

Shades of Carnation Pink #FE95CE

Tints of Carnation Pink #FE95CE

Color information

#FE95CE (or 0xFE95CE) is unknown color: approx Carnation Pink. HEX triplet: FE, 95 and CE. RGB value is (254,149,206). Sum of RGB (Red+Green+Blue) = 254+149+206=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95CE is #016A31. Grayscale: #BABABA. Windows color (decimal): -92722 or 13538814. OLE color: 13538814.

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

Color convert

RGB254149206-
CMYK00.410.190.00
HSL327.43º98.13%79.02%-
HSV(B)327.43º41.34%99.61%-
XYZ62.7647.0264.16-
YUV186.89138.79175.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=41.71%
G=24.47%
B=33.83%

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
Decimal25414920600.410.190.00327.4398.1379.02
HexFE95CE029130147624f
Octal376225316051230507142117
Binary111111101001010111001110010100110011010100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95CE; }

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

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

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

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

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

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

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

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