#FB9CBB

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

Shades of Carnation Pink #FB9CBB

Tints of Carnation Pink #FB9CBB

Color information

#FB9CBB (or 0xFB9CBB) is unknown color: approx Carnation Pink. HEX triplet: FB, 9C and BB. RGB value is (251,156,187). Sum of RGB (Red+Green+Blue) = 251+156+187=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CBB is #046344. Grayscale: #BBBBBB. Windows color (decimal): -287557 or 12295419. OLE color: 12295419.

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

Color convert

RGB251156187-
CMYK00.380.250.02
HSL340.42º92.23%79.8%-
HSV(B)340.42º37.85%98.43%-
XYZ60.6447.8753.06-
YUV187.94127.47172.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=42.26%
G=26.26%
B=31.48%

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
Decimal25115618700.380.250.02340.4292.2379.8
HexFB9CBB0261921545c50
Octal373234273046312524134120
Binary1111101110011100101110110100110110011010101010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9CBB; }

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

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

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

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

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

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

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

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