#f8a2c6

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

Shades of Carnation Pink #F8A2C6

Tints of Carnation Pink #F8A2C6

Color information

#F8A2C6 (or 0xF8A2C6) is unknown color: approx Carnation Pink. HEX triplet: F8, A2 and C6. RGB value is (248,162,198). Sum of RGB (Red+Green+Blue) = 248+162+198=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2C6 is #075D39. Grayscale: #BFBFBF. Windows color (decimal): -482618 or 13017848. OLE color: 13017848.

HSL color Cylindrical-coordinate representation of color #F8A2C6: hue angle of 334.88º 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 #F8A2C6 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248162198-
CMYK00.350.200.03
HSL334.88º86%80.39%-
HSV(B)334.88º34.68%97.25%-
XYZ61.8249.8759.79-
YUV191.82131.49168.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 162 (63.67% from 255) = 26.64%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=40.79%
G=26.64%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816219800.350.200.03334.888680.39
HexF8A2C602314314f5650
Octal370242306043243517126120
Binary1111100010100010110001100100011101001110100111110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a2c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a2c6; }

 p { color: rgb(248,162,198); }

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

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

 a { background-color: rgb(248,162,198); }

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

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

 span { border-color: rgb(248,162,198); }

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