#FBA4BE

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

Shades of Carnation Pink #FBA4BE

Tints of Carnation Pink #FBA4BE

Color information

#FBA4BE (or 0xFBA4BE) is unknown color: approx Carnation Pink. HEX triplet: FB, A4 and BE. RGB value is (251,164,190). Sum of RGB (Red+Green+Blue) = 251+164+190=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4BE is #045B41. Grayscale: #C0C0C0. Windows color (decimal): -285506 or 12494075. OLE color: 12494075.

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

Color convert

RGB251164190-
CMYK00.350.240.02
HSL342.07º91.58%81.37%-
HSV(B)342.07º34.66%98.43%-
XYZ62.3550.7855.23-
YUV192.98126.32169.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=41.49%
G=27.11%
B=31.40%

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
Decimal25116419000.350.240.02342.0791.5881.37
HexFBA4BE0231821565c51
Octal373244276043302526134121
Binary1111101110100100101111100100011110001010101011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4BE; }

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

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

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

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

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

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

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

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