#FE97CF

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

Shades of Carnation Pink #FE97CF

Tints of Carnation Pink #FE97CF

Color information

#FE97CF (or 0xFE97CF) is unknown color: approx Carnation Pink. HEX triplet: FE, 97 and CF. RGB value is (254,151,207). Sum of RGB (Red+Green+Blue) = 254+151+207=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97CF is #016830. Grayscale: #BCBCBC. Windows color (decimal): -92209 or 13604862. OLE color: 13604862.

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

Color convert

RGB254151207-
CMYK00.410.190.00
HSL327.38º98.1%79.41%-
HSV(B)327.38º40.55%99.61%-
XYZ63.247.7164.91-
YUV188.18138.62174.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=41.50%
G=24.67%
B=33.82%

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
Decimal25415120700.410.190.00327.3898.179.41
HexFE97CF029130147624f
Octal376227317051230507142117
Binary111111101001011111001111010100110011010100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97CF; }

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

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

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

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

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

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

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

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