#F8AACA

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

Shades of Carnation Pink #F8AACA

Tints of Carnation Pink #F8AACA

Color information

#F8AACA (or 0xF8AACA) is unknown color: approx Carnation Pink. HEX triplet: F8, AA and CA. RGB value is (248,170,202). Sum of RGB (Red+Green+Blue) = 248+170+202=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AACA is #075535. Grayscale: #C4C4C4. Windows color (decimal): -480566 or 13282040. OLE color: 13282040.

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

Color convert

RGB248170202-
CMYK00.310.190.03
HSL335.38º84.78%81.96%-
HSV(B)335.38º31.45%97.25%-
XYZ63.7552.9762.74-
YUV196.97130.84164.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=40%
G=27.42%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817020200.310.190.03335.3884.7881.96
HexF8AACA01F13314f5552
Octal370252312037233517125122
Binary111110001010101011001010011111100111110100111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AACA; }

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

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

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

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

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

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

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

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