#FF9BBB

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

Shades of Carnation Pink #FF9BBB

Tints of Carnation Pink #FF9BBB

Color information

#FF9BBB (or 0xFF9BBB) is unknown color: approx Carnation Pink. HEX triplet: FF, 9B and BB. RGB value is (255,155,187). Sum of RGB (Red+Green+Blue) = 255+155+187=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBB is #006444. Grayscale: #BCBCBC. Windows color (decimal): -25669 or 12295167. OLE color: 12295167.

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

Color convert

RGB255155187-
CMYK00.390.270
HSL340.8º100%80.39%-
HSV(B)340.8º39.22%100%-
XYZ61.9348.2953.07-
YUV188.55127.13175.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=42.71%
G=25.96%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515518700.390.270340.810080.39
HexFF9BBB0271B01556450
Octal377233273047330525144120
Binary111111111001101110111011010011111011010101010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BBB; }

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

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

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

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

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

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

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

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