#FBAAC9

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

Shades of Carnation Pink #FBAAC9

Tints of Carnation Pink #FBAAC9

Color information

#FBAAC9 (or 0xFBAAC9) is unknown color: approx Carnation Pink. HEX triplet: FB, AA and C9. RGB value is (251,170,201). Sum of RGB (Red+Green+Blue) = 251+170+201=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC9 is #045536. Grayscale: #C5C5C5. Windows color (decimal): -283959 or 13216507. OLE color: 13216507.

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

Color convert

RGB251170201-
CMYK00.320.200.02
HSL337.04º91.01%82.55%-
HSV(B)337.04º32.27%98.43%-
XYZ64.753.4862.17-
YUV197.75129.84165.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=40.35%
G=27.33%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117020100.320.200.02337.0491.0182.55
HexFBAAC90201421515b53
Octal373252311040242521133123
Binary1111101110101010110010010100000101001010101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAC9; }

 p { color: rgb(251,170,201); }

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

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

 a { background-color: rgb(251,170,201); }

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

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

 span { border-color: rgb(251,170,201); }

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