#FE99BB

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

Shades of Carnation Pink #FE99BB

Tints of Carnation Pink #FE99BB

Color information

#FE99BB (or 0xFE99BB) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and BB. RGB value is (254,153,187). Sum of RGB (Red+Green+Blue) = 254+153+187=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99BB is #016644. Grayscale: #BBBBBB. Windows color (decimal): -91717 or 12294654. OLE color: 12294654.

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

Color convert

RGB254153187-
CMYK00.400.260.00
HSL339.8º98.06%79.8%-
HSV(B)339.8º39.76%99.61%-
XYZ61.2347.4452.94-
YUV187.08127.96175.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=42.76%
G=25.76%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415318700.400.260.00339.898.0679.8
HexFE99BB0281A01546250
Octal376231273050320524142120
Binary111111101001100110111011010100011010010101010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99BB; }

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

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

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

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

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

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

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

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