#f8a3c2

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

Shades of Carnation Pink #F8A3C2

Tints of Carnation Pink #F8A3C2

Color information

#F8A3C2 (or 0xF8A3C2) is unknown color: approx Carnation Pink. HEX triplet: F8, A3 and C2. RGB value is (248,163,194). Sum of RGB (Red+Green+Blue) = 248+163+194=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3C2 is #075C3D. Grayscale: #BFBFBF. Windows color (decimal): -482366 or 12755960. OLE color: 12755960.

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

Color convert

RGB248163194-
CMYK00.340.220.03
HSL338.12º85.86%80.59%-
HSV(B)338.12º34.27%97.25%-
XYZ61.5550.0557.45-
YUV191.95129.16167.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=40.99%
G=26.94%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816319400.340.220.03338.1285.8680.59
HexF8A3C20221631525651
Octal370243302042263522126121
Binary1111100010100011110000100100010101101110101001010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a3c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a3c2; }

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

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

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

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

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

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

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

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