#FB9CBD

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

Shades of Carnation Pink #FB9CBD

Tints of Carnation Pink #FB9CBD

Color information

#FB9CBD (or 0xFB9CBD) is unknown color: approx Carnation Pink. HEX triplet: FB, 9C and BD. RGB value is (251,156,189). Sum of RGB (Red+Green+Blue) = 251+156+189=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CBD is #046342. Grayscale: #BCBCBC. Windows color (decimal): -287555 or 12426491. OLE color: 12426491.

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

Color convert

RGB251156189-
CMYK00.380.250.02
HSL339.16º92.23%79.8%-
HSV(B)339.16º37.85%98.43%-
XYZ60.8647.9654.19-
YUV188.17128.47172.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=42.11%
G=26.17%
B=31.71%

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
Decimal25115618900.380.250.02339.1692.2379.8
HexFB9CBD0261921535c50
Octal373234275046312523134120
Binary1111101110011100101111010100110110011010101001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9CBD; }

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

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

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

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

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

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

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

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