#FBA1BB

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

Shades of Carnation Pink #FBA1BB

Tints of Carnation Pink #FBA1BB

Color information

#FBA1BB (or 0xFBA1BB) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and BB. RGB value is (251,161,187). Sum of RGB (Red+Green+Blue) = 251+161+187=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1BB is #045E44. Grayscale: #BEBEBE. Windows color (decimal): -286277 or 12296699. OLE color: 12296699.

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

Color convert

RGB251161187-
CMYK00.360.250.02
HSL342.67º91.84%80.78%-
HSV(B)342.67º35.86%98.43%-
XYZ61.549.5953.34-
YUV190.87125.82170.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=41.90%
G=26.88%
B=31.22%

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
Decimal25116118700.360.250.02342.6791.8480.78
HexFBA1BB0241921575c51
Octal373241273044312527134121
Binary1111101110100001101110110100100110011010101011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1BB; }

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

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

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

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

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

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

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

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