#FE97C8

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

Shades of Carnation Pink #FE97C8

Tints of Carnation Pink #FE97C8

Color information

#FE97C8 (or 0xFE97C8) is unknown color: approx Carnation Pink. HEX triplet: FE, 97 and C8. RGB value is (254,151,200). Sum of RGB (Red+Green+Blue) = 254+151+200=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97C8 is #016837. Grayscale: #BBBBBB. Windows color (decimal): -92216 or 13146110. OLE color: 13146110.

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

Color convert

RGB254151200-
CMYK00.410.210.00
HSL331.46º98.1%79.41%-
HSV(B)331.46º40.55%99.61%-
XYZ62.3647.3760.5-
YUV187.38135.12175.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 151 (59.38% from 255) = 24.96%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=41.98%
G=24.96%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415120000.410.210.00331.4698.179.41
HexFE97C802915014b624f
Octal376227310051250513142117
Binary111111101001011111001000010100110101010100101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97C8; }

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

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

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

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

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

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

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

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