#FAA2BB

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

Shades of Carnation Pink #FAA2BB

Tints of Carnation Pink #FAA2BB

Color information

#FAA2BB (or 0xFAA2BB) is unknown color: approx Carnation Pink. HEX triplet: FA, A2 and BB. RGB value is (250,162,187). Sum of RGB (Red+Green+Blue) = 250+162+187=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2BB is #055D44. Grayscale: #BFBFBF. Windows color (decimal): -351557 or 12296954. OLE color: 12296954.

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

Color convert

RGB250162187-
CMYK00.350.250.02
HSL342.95º89.8%80.78%-
HSV(B)342.95º35.2%98.04%-
XYZ61.3149.7553.39-
YUV191.16125.65169.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 162 (63.67% from 255) = 27.05%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=41.74%
G=27.05%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016218700.350.250.02342.9589.880.78
HexFAA2BB0231921575a51
Octal372242273043312527132121
Binary1111101010100010101110110100011110011010101011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2BB; }

 p { color: rgb(250,162,187); }

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

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

 a { background-color: rgb(250,162,187); }

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

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

 span { border-color: rgb(250,162,187); }

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