#F8A3CA

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

Shades of Carnation Pink #F8A3CA

Tints of Carnation Pink #F8A3CA

Color information

#F8A3CA (or 0xF8A3CA) is unknown color: approx Carnation Pink. HEX triplet: F8, A3 and CA. RGB value is (248,163,202). Sum of RGB (Red+Green+Blue) = 248+163+202=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3CA is #075C35. Grayscale: #C0C0C0. Windows color (decimal): -482358 or 13280248. OLE color: 13280248.

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

Color convert

RGB248163202-
CMYK00.340.190.03
HSL332.47º85.86%80.59%-
HSV(B)332.47º34.27%97.25%-
XYZ62.4750.4262.32-
YUV192.86133.16167.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=40.46%
G=26.59%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816320200.340.190.03332.4785.8680.59
HexF8A3CA02213314c5651
Octal370243312042233514126121
Binary1111100010100011110010100100010100111110100110010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A3CA; }

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

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

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

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

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

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

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

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