#FAA0C0

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

Shades of Carnation Pink #FAA0C0

Tints of Carnation Pink #FAA0C0

Color information

#FAA0C0 (or 0xFAA0C0) is unknown color: approx Carnation Pink. HEX triplet: FA, A0 and C0. RGB value is (250,160,192). Sum of RGB (Red+Green+Blue) = 250+160+192=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0C0 is #055F3F. Grayscale: #BEBEBE. Windows color (decimal): -352064 or 12624122. OLE color: 12624122.

HSL color Cylindrical-coordinate representation of color #FAA0C0: hue angle of 338.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0C0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250160192-
CMYK00.360.230.02
HSL338.67º90%80.39%-
HSV(B)338.67º36%98.04%-
XYZ61.5149.2756.14-
YUV190.56128.82170.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=41.53%
G=26.58%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016019200.360.230.02338.679080.39
HexFAA0C00241721535a50
Octal372240300044272523132120
Binary1111101010100000110000000100100101111010101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0C0; }

 p { color: rgb(250,160,192); }

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

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

 a { background-color: rgb(250,160,192); }

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

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

 span { border-color: rgb(250,160,192); }

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