#F6ABCA

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

Shades of Carnation Pink #F6ABCA

Tints of Carnation Pink #F6ABCA

Color information

#F6ABCA (or 0xF6ABCA) is unknown color: approx Carnation Pink. HEX triplet: F6, AB and CA. RGB value is (246,171,202). Sum of RGB (Red+Green+Blue) = 246+171+202=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABCA is #095435. Grayscale: #C4C4C4. Windows color (decimal): -611382 or 13282294. OLE color: 13282294.

HSL color Cylindrical-coordinate representation of color #F6ABCA: hue angle of 335.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABCA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246171202-
CMYK00.300.180.04
HSL335.2º80.65%81.76%-
HSV(B)335.2º30.49%96.47%-
XYZ63.2352.9862.77-
YUV196.96130.85162.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=39.74%
G=27.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617120200.300.180.04335.280.6581.76
HexF6ABCA01E12414f5152
Octal366253312036224517121122
Binary1111011010101011110010100111101001010010100111110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABCA; }

 p { color: rgb(246,171,202); }

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

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

 a { background-color: rgb(246,171,202); }

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

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

 span { border-color: rgb(246,171,202); }

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