#F8A9CA

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

Shades of Carnation Pink #F8A9CA

Tints of Carnation Pink #F8A9CA

Color information

#F8A9CA (or 0xF8A9CA) is unknown color: approx Carnation Pink. HEX triplet: F8, A9 and CA. RGB value is (248,169,202). Sum of RGB (Red+Green+Blue) = 248+169+202=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9CA is #075635. Grayscale: #C4C4C4. Windows color (decimal): -480822 or 13281784. OLE color: 13281784.

HSL color Cylindrical-coordinate representation of color #F8A9CA: hue angle of 334.94º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9CA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248169202-
CMYK00.320.190.03
HSL334.94º84.95%81.76%-
HSV(B)334.94º31.85%97.25%-
XYZ63.5652.662.68-
YUV196.38131.17164.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 169 (66.41% from 255) = 27.30%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=40.06%
G=27.30%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816920200.320.190.03334.9484.9581.76
HexF8A9CA02013314f5552
Octal370251312040233517125122
Binary1111100010101001110010100100000100111110100111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9CA; }

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

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

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

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

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

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

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

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