#FBA1BE

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

Shades of Carnation Pink #FBA1BE

Tints of Carnation Pink #FBA1BE

Color information

#FBA1BE (or 0xFBA1BE) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and BE. RGB value is (251,161,190). Sum of RGB (Red+Green+Blue) = 251+161+190=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1BE is #045E41. Grayscale: #BFBFBF. Windows color (decimal): -286274 or 12493307. OLE color: 12493307.

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

Color convert

RGB251161190-
CMYK00.360.240.02
HSL340.67º91.84%80.78%-
HSV(B)340.67º35.86%98.43%-
XYZ61.8249.7255.05-
YUV191.22127.32170.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=41.69%
G=26.74%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116119000.360.240.02340.6791.8480.78
HexFBA1BE0241821555c51
Octal373241276044302525134121
Binary1111101110100001101111100100100110001010101010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1BE; }

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

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

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

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

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

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

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

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