#FB9BBB

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

Shades of Carnation Pink #FB9BBB

Tints of Carnation Pink #FB9BBB

Color information

#FB9BBB (or 0xFB9BBB) is unknown color: approx Carnation Pink. HEX triplet: FB, 9B and BB. RGB value is (251,155,187). Sum of RGB (Red+Green+Blue) = 251+155+187=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BBB is #046444. Grayscale: #BBBBBB. Windows color (decimal): -287813 or 12295163. OLE color: 12295163.

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

Color convert

RGB251155187-
CMYK00.380.250.02
HSL340º92.31%79.61%-
HSV(B)340º38.25%98.43%-
XYZ60.4747.5453-
YUV187.35127.8173.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=42.33%
G=26.14%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115518700.380.250.0234092.3179.61
HexFB9BBB0261921545c50
Octal373233273046312524134120
Binary1111101110011011101110110100110110011010101010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9BBB; }

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

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

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

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

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

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

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

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