#FB9BBD

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

Shades of Carnation Pink #FB9BBD

Tints of Carnation Pink #FB9BBD

Color information

#FB9BBD (or 0xFB9BBD) is unknown color: approx Carnation Pink. HEX triplet: FB, 9B and BD. RGB value is (251,155,189). Sum of RGB (Red+Green+Blue) = 251+155+189=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BBD is #046442. Grayscale: #BBBBBB. Windows color (decimal): -287811 or 12426235. OLE color: 12426235.

HSL color Cylindrical-coordinate representation of color #FB9BBD: hue angle of 338.75º 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 #FB9BBD is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251155189-
CMYK00.380.250.02
HSL338.75º92.31%79.61%-
HSV(B)338.75º38.25%98.43%-
XYZ60.6947.6354.14-
YUV187.58128.8173.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=42.18%
G=26.05%
B=31.76%

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
Decimal25115518900.380.250.02338.7592.3179.61
HexFB9BBD0261921535c50
Octal373233275046312523134120
Binary1111101110011011101111010100110110011010101001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9BBD; }

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

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

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

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

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

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

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

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