#FAA0BF

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

Shades of Carnation Pink #FAA0BF

Tints of Carnation Pink #FAA0BF

Color information

#FAA0BF (or 0xFAA0BF) is unknown color: approx Carnation Pink. HEX triplet: FA, A0 and BF. RGB value is (250,160,191). Sum of RGB (Red+Green+Blue) = 250+160+191=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0BF is #055F40. Grayscale: #BEBEBE. Windows color (decimal): -352065 or 12558586. OLE color: 12558586.

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

Color convert

RGB250160191-
CMYK00.360.240.02
HSL339.33º90%80.39%-
HSV(B)339.33º36%98.04%-
XYZ61.449.2355.56-
YUV190.44128.32170.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 191 (75% from 255) = 31.78%
R=41.60%
G=26.62%
B=31.78%

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
Decimal25016019100.360.240.02339.339080.39
HexFAA0BF0241821535a50
Octal372240277044302523132120
Binary1111101010100000101111110100100110001010101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0BF; }

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

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

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

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

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

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

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

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