#FBA0BB

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

Shades of Carnation Pink #FBA0BB

Tints of Carnation Pink #FBA0BB

Color information

#FBA0BB (or 0xFBA0BB) is unknown color: approx Carnation Pink. HEX triplet: FB, A0 and BB. RGB value is (251,160,187). Sum of RGB (Red+Green+Blue) = 251+160+187=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0BB is #045F44. Grayscale: #BEBEBE. Windows color (decimal): -286533 or 12296443. OLE color: 12296443.

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

Color convert

RGB251160187-
CMYK00.360.250.02
HSL342.2º91.92%80.59%-
HSV(B)342.2º36.25%98.43%-
XYZ61.3249.2453.29-
YUV190.29126.15171.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 160 (62.89% from 255) = 26.76%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=41.97%
G=26.76%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116018700.360.250.02342.291.9280.59
HexFBA0BB0241921565c51
Octal373240273044312526134121
Binary1111101110100000101110110100100110011010101011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0BB; }

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

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

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

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

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

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

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

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