#FAA2BE

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

Shades of Carnation Pink #FAA2BE

Tints of Carnation Pink #FAA2BE

Color information

#FAA2BE (or 0xFAA2BE) is unknown color: approx Carnation Pink. HEX triplet: FA, A2 and BE. RGB value is (250,162,190). Sum of RGB (Red+Green+Blue) = 250+162+190=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2BE is #055D41. Grayscale: #BFBFBF. Windows color (decimal): -351554 or 12493562. OLE color: 12493562.

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

Color convert

RGB250162190-
CMYK00.350.240.02
HSL340.91º89.8%80.78%-
HSV(B)340.91º35.2%98.04%-
XYZ61.6449.8855.09-
YUV191.5127.15169.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=41.53%
G=26.91%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016219000.350.240.02340.9189.880.78
HexFAA2BE0231821555a51
Octal372242276043302525132121
Binary1111101010100010101111100100011110001010101010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2BE; }

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

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

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

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

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

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

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

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