#FE97C7

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

Shades of Carnation Pink #FE97C7

Tints of Carnation Pink #FE97C7

Color information

#FE97C7 (or 0xFE97C7) is unknown color: approx Carnation Pink. HEX triplet: FE, 97 and C7. RGB value is (254,151,199). Sum of RGB (Red+Green+Blue) = 254+151+199=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97C7 is #016838. Grayscale: #BBBBBB. Windows color (decimal): -92217 or 13080574. OLE color: 13080574.

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

Color convert

RGB254151199-
CMYK00.410.220.00
HSL332.04º98.1%79.41%-
HSV(B)332.04º40.55%99.61%-
XYZ62.2547.3359.89-
YUV187.27134.62175.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=42.05%
G=25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415119900.410.220.00332.0498.179.41
HexFE97C702916014c624f
Octal376227307051260514142117
Binary111111101001011111000111010100110110010100110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97C7; }

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

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

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

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

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

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

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

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