#FFA0BE

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

Shades of Carnation Pink #FFA0BE

Tints of Carnation Pink #FFA0BE

Color information

#FFA0BE (or 0xFFA0BE) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and BE. RGB value is (255,160,190). Sum of RGB (Red+Green+Blue) = 255+160+190=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0BE is #005F41. Grayscale: #BFBFBF. Windows color (decimal): -24386 or 12493055. OLE color: 12493055.

HSL color Cylindrical-coordinate representation of color #FFA0BE: hue angle of 341.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0BE is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255160190-
CMYK00.370.250
HSL341.05º100%81.37%-
HSV(B)341.05º37.25%100%-
XYZ63.1150.1255.06-
YUV191.82126.97173.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=42.15%
G=26.45%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516019000.370.250341.0510081.37
HexFFA0BE0251901556451
Octal377240276045310525144121
Binary111111111010000010111110010010111001010101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0BE; }

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

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

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

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

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

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

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

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