#FAA0BE

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

Shades of Carnation Pink #FAA0BE

Tints of Carnation Pink #FAA0BE

Color information

#FAA0BE (or 0xFAA0BE) is unknown color: approx Carnation Pink. HEX triplet: FA, A0 and BE. RGB value is (250,160,190). Sum of RGB (Red+Green+Blue) = 250+160+190=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0BE is #055F41. Grayscale: #BEBEBE. Windows color (decimal): -352066 or 12493050. OLE color: 12493050.

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

Color convert

RGB250160190-
CMYK00.360.240.02
HSL340º90%80.39%-
HSV(B)340º36%98.04%-
XYZ61.2949.1854.98-
YUV190.33127.82170.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=41.67%
G=26.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016019000.360.240.023409080.39
HexFAA0BE0241821545a50
Octal372240276044302524132120
Binary1111101010100000101111100100100110001010101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0BE; }

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

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

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

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

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

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

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

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