#FBA3C5

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

Shades of Carnation Pink #FBA3C5

Tints of Carnation Pink #FBA3C5

Color information

#FBA3C5 (or 0xFBA3C5) is unknown color: approx Carnation Pink. HEX triplet: FB, A3 and C5. RGB value is (251,163,197). Sum of RGB (Red+Green+Blue) = 251+163+197=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3C5 is #045C3A. Grayscale: #C1C1C1. Windows color (decimal): -285755 or 12952571. OLE color: 12952571.

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

Color convert

RGB251163197-
CMYK00.350.220.02
HSL336.82º91.67%81.18%-
HSV(B)336.82º35.06%98.43%-
XYZ62.9650.7359.3-
YUV193.19130.15169.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=41.08%
G=26.68%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116319700.350.220.02336.8291.6781.18
HexFBA3C50231621515c51
Octal373243305043262521134121
Binary1111101110100011110001010100011101101010101000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3C5; }

 p { color: rgb(251,163,197); }

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

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

 a { background-color: rgb(251,163,197); }

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

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

 span { border-color: rgb(251,163,197); }

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