#FF99BB

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

Shades of Carnation Pink #FF99BB

Tints of Carnation Pink #FF99BB

Color information

#FF99BB (or 0xFF99BB) is unknown color: approx Carnation Pink. HEX triplet: FF, 99 and BB. RGB value is (255,153,187). Sum of RGB (Red+Green+Blue) = 255+153+187=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99BB is #006644. Grayscale: #BBBBBB. Windows color (decimal): -26181 or 12294655. OLE color: 12294655.

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

Color convert

RGB255153187-
CMYK00.40.270
HSL340º100%80%-
HSV(B)340º40%100%-
XYZ61.647.6352.96-
YUV187.37127.79176.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515318700.40.27034010080
HexFF99BB0281B01546450
Octal377231273050330524144120
Binary111111111001100110111011010100011011010101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99BB; }

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

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

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

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

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

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

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

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