#FBA9CC

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

Shades of Carnation Pink #FBA9CC

Tints of Carnation Pink #FBA9CC

Color information

#FBA9CC (or 0xFBA9CC) is unknown color: approx Carnation Pink. HEX triplet: FB, A9 and CC. RGB value is (251,169,204). Sum of RGB (Red+Green+Blue) = 251+169+204=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CC is #045633. Grayscale: #C5C5C5. Windows color (decimal): -284212 or 13412859. OLE color: 13412859.

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

Color convert

RGB251169204-
CMYK00.330.190.02
HSL334.39º91.11%82.35%-
HSV(B)334.39º32.67%98.43%-
XYZ64.8753.2463.98-
YUV197.51131.67166.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=40.22%
G=27.08%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116920400.330.190.02334.3991.1182.35
HexFBA9CC02113214e5b52
Octal373251314041232516133122
Binary1111101110101001110011000100001100111010100111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9CC; }

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

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

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

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

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

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

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

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