#FBA9C5

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

Shades of Carnation Pink #FBA9C5

Tints of Carnation Pink #FBA9C5

Color information

#FBA9C5 (or 0xFBA9C5) is unknown color: approx Carnation Pink. HEX triplet: FB, A9 and C5. RGB value is (251,169,197). Sum of RGB (Red+Green+Blue) = 251+169+197=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C5 is #04563A. Grayscale: #C4C4C4. Windows color (decimal): -284219 or 12954107. OLE color: 12954107.

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

Color convert

RGB251169197-
CMYK00.330.220.02
HSL339.51º91.11%82.35%-
HSV(B)339.51º32.67%98.43%-
XYZ64.0552.9259.66-
YUV196.71128.17166.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=40.68%
G=27.39%
B=31.93%

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
Decimal25116919700.330.220.02339.5191.1182.35
HexFBA9C50211621545b52
Octal373251305041262524133122
Binary1111101110101001110001010100001101101010101010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9C5; }

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

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

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

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

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

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

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

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