#FE97BD

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

Shades of Carnation Pink #FE97BD

Tints of Carnation Pink #FE97BD

Color information

#FE97BD (or 0xFE97BD) is unknown color: approx Carnation Pink. HEX triplet: FE, 97 and BD. RGB value is (254,151,189). Sum of RGB (Red+Green+Blue) = 254+151+189=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97BD is #016842. Grayscale: #BABABA. Windows color (decimal): -92227 or 12425214. OLE color: 12425214.

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

Color convert

RGB254151189-
CMYK00.410.260.00
HSL337.86º98.1%79.41%-
HSV(B)337.86º40.55%99.61%-
XYZ61.1246.8853.97-
YUV186.13129.62176.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=42.76%
G=25.42%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415118900.410.260.00337.8698.179.41
HexFE97BD0291A0152624f
Octal376227275051320522142117
Binary111111101001011110111101010100111010010101001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97BD; }

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

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

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

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

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

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

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

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