#FBA2BE

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

Shades of Carnation Pink #FBA2BE

Tints of Carnation Pink #FBA2BE

Color information

#FBA2BE (or 0xFBA2BE) is unknown color: approx Carnation Pink. HEX triplet: FB, A2 and BE. RGB value is (251,162,190). Sum of RGB (Red+Green+Blue) = 251+162+190=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2BE is #045D41. Grayscale: #BFBFBF. Windows color (decimal): -286018 or 12493563. OLE color: 12493563.

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

Color convert

RGB251162190-
CMYK00.350.240.02
HSL341.12º91.75%80.98%-
HSV(B)341.12º35.46%98.43%-
XYZ6250.0755.11-
YUV191.8126.99170.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 162 (63.67% from 255) = 26.87%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=41.63%
G=26.87%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116219000.350.240.02341.1291.7580.98
HexFBA2BE0231821555c51
Octal373242276043302525134121
Binary1111101110100010101111100100011110001010101010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2BE; }

 p { color: rgb(251,162,190); }

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

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

 a { background-color: rgb(251,162,190); }

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

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

 span { border-color: rgb(251,162,190); }

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