#FAA2C9

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

Shades of Carnation Pink #FAA2C9

Tints of Carnation Pink #FAA2C9

Color information

#FAA2C9 (or 0xFAA2C9) is unknown color: approx Carnation Pink. HEX triplet: FA, A2 and C9. RGB value is (250,162,201). Sum of RGB (Red+Green+Blue) = 250+162+201=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2C9 is #055D36. Grayscale: #C0C0C0. Windows color (decimal): -351543 or 13214458. OLE color: 13214458.

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

Color convert

RGB250162201-
CMYK00.350.200.02
HSL333.41º89.8%80.78%-
HSV(B)333.41º35.2%98.04%-
XYZ62.8950.3861.67-
YUV192.76132.65168.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=40.78%
G=26.43%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016220100.350.200.02333.4189.880.78
HexFAA2C902314214d5a51
Octal372242311043242515132121
Binary1111101010100010110010010100011101001010100110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2C9; }

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

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

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

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

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

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

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

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