#fba9c4

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

Shades of Carnation Pink #FBA9C4

Tints of Carnation Pink #FBA9C4

Color information

#FBA9C4 (or 0xFBA9C4) is unknown color: approx Carnation Pink. HEX triplet: FB, A9 and C4. RGB value is (251,169,196). Sum of RGB (Red+Green+Blue) = 251+169+196=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C4 is #04563B. Grayscale: #C4C4C4. Windows color (decimal): -284220 or 12888571. OLE color: 12888571.

HSL color Cylindrical-coordinate representation of color #FBA9C4: hue angle of 340.24º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9C4 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251169196-
CMYK00.330.220.02
HSL340.24º91.11%82.35%-
HSV(B)340.24º32.67%98.43%-
XYZ63.9452.8759.06-
YUV196.6127.67166.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=40.75%
G=27.44%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116919600.330.220.02340.2491.1182.35
HexFBA9C40211621545b52
Octal373251304041262524133122
Binary1111101110101001110001000100001101101010101010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fba9c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fba9c4; }

 p { color: rgb(251,169,196); }

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

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

 a { background-color: rgb(251,169,196); }

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

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

 span { border-color: rgb(251,169,196); }

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