#F6A2BC

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

Shades of Carnation Pink #F6A2BC

Tints of Carnation Pink #F6A2BC

Color information

#F6A2BC (or 0xF6A2BC) is unknown color: approx Carnation Pink. HEX triplet: F6, A2 and BC. RGB value is (246,162,188). Sum of RGB (Red+Green+Blue) = 246+162+188=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A2BC is #095D43. Grayscale: #BEBEBE. Windows color (decimal): -613700 or 12362486. OLE color: 12362486.

HSL color Cylindrical-coordinate representation of color #F6A2BC: hue angle of 341.43º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A2BC is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246162188-
CMYK00.340.240.04
HSL341.43º82.35%80%-
HSV(B)341.43º34.15%96.47%-
XYZ6049.0653.88-
YUV190.08126.83167.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 162 (63.67% from 255) = 27.18%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=41.28%
G=27.18%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616218800.340.240.04341.4382.3580
HexF6A2BC0221841555250
Octal366242274042304525122120
Binary11110110101000101011110001000101100010010101010110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A2BC; }

 p { color: rgb(246,162,188); }

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

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

 a { background-color: rgb(246,162,188); }

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

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

 span { border-color: rgb(246,162,188); }

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