#F8A0C2

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

Shades of Carnation Pink #F8A0C2

Tints of Carnation Pink #F8A0C2

Color information

#F8A0C2 (or 0xF8A0C2) is unknown color: approx Carnation Pink. HEX triplet: F8, A0 and C2. RGB value is (248,160,194). Sum of RGB (Red+Green+Blue) = 248+160+194=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0C2 is #075F3D. Grayscale: #BEBEBE. Windows color (decimal): -483134 or 12755192. OLE color: 12755192.

HSL color Cylindrical-coordinate representation of color #F8A0C2: hue angle of 336.82º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0C2 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248160194-
CMYK00.350.220.03
HSL336.82º86.27%80%-
HSV(B)336.82º35.48%97.25%-
XYZ61.0248.9957.28-
YUV190.19130.15169.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.20%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 194 (76.17% from 255) = 32.23%
R=41.20%
G=26.58%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816019400.350.220.03336.8286.2780
HexF8A0C20231631515650
Octal370240302043263521126120
Binary1111100010100000110000100100011101101110101000110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0C2; }

 p { color: rgb(248,160,194); }

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

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

 a { background-color: rgb(248,160,194); }

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

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

 span { border-color: rgb(248,160,194); }

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