#FBABCB

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

Shades of Carnation Pink #FBABCB

Tints of Carnation Pink #FBABCB

Color information

#FBABCB (or 0xFBABCB) is unknown color: approx Carnation Pink. HEX triplet: FB, AB and CB. RGB value is (251,171,203). Sum of RGB (Red+Green+Blue) = 251+171+203=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABCB is #045434. Grayscale: #C6C6C6. Windows color (decimal): -283701 or 13347835. OLE color: 13347835.

HSL color Cylindrical-coordinate representation of color #FBABCB: hue angle of 336º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABCB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251171203-
CMYK00.320.190.02
HSL336º90.91%82.75%-
HSV(B)336º31.87%98.43%-
XYZ65.1353.9563.48-
YUV198.57130.5165.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=40.16%
G=27.36%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117120300.320.190.0233690.9182.75
HexFBABCB0201321505b53
Octal373253313040232520133123
Binary1111101110101011110010110100000100111010101000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABCB; }

 p { color: rgb(251,171,203); }

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

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

 a { background-color: rgb(251,171,203); }

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

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

 span { border-color: rgb(251,171,203); }

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