#FE99BF

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

Shades of Carnation Pink #FE99BF

Tints of Carnation Pink #FE99BF

Color information

#FE99BF (or 0xFE99BF) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and BF. RGB value is (254,153,191). Sum of RGB (Red+Green+Blue) = 254+153+191=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99BF is #016640. Grayscale: #BBBBBB. Windows color (decimal): -91713 or 12556798. OLE color: 12556798.

HSL color Cylindrical-coordinate representation of color #FE99BF: hue angle of 337.43º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99BF is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254153191-
CMYK00.400.250.00
HSL337.43º98.06%79.8%-
HSV(B)337.43º39.76%99.61%-
XYZ61.6747.6155.23-
YUV187.53129.96175.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 191 (75% from 255) = 31.94%
R=42.47%
G=25.59%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415319100.400.250.00337.4398.0679.8
HexFE99BF0281901516250
Octal376231277050310521142120
Binary111111101001100110111111010100011001010101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99BF; }

 p { color: rgb(254,153,191); }

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

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

 a { background-color: rgb(254,153,191); }

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

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

 span { border-color: rgb(254,153,191); }

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