#FE97CE

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

Shades of Carnation Pink #FE97CE

Tints of Carnation Pink #FE97CE

Color information

#FE97CE (or 0xFE97CE) is unknown color: approx Carnation Pink. HEX triplet: FE, 97 and CE. RGB value is (254,151,206). Sum of RGB (Red+Green+Blue) = 254+151+206=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97CE is #016831. Grayscale: #BBBBBB. Windows color (decimal): -92210 or 13539326. OLE color: 13539326.

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

Color convert

RGB254151206-
CMYK00.410.190.00
HSL327.96º98.1%79.41%-
HSV(B)327.96º40.55%99.61%-
XYZ63.0847.6664.27-
YUV188.07138.12175.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=41.57%
G=24.71%
B=33.72%

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
Decimal25415120600.410.190.00327.9698.179.41
HexFE97CE029130148624f
Octal376227316051230510142117
Binary111111101001011111001110010100110011010100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97CE; }

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

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

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

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

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

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

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

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