#F8A9C7

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

Shades of Carnation Pink #F8A9C7

Tints of Carnation Pink #F8A9C7

Color information

#F8A9C7 (or 0xF8A9C7) is unknown color: approx Carnation Pink. HEX triplet: F8, A9 and C7. RGB value is (248,169,199). Sum of RGB (Red+Green+Blue) = 248+169+199=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9C7 is #075638. Grayscale: #C4C4C4. Windows color (decimal): -480825 or 13085176. OLE color: 13085176.

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

Color convert

RGB248169199-
CMYK00.320.200.03
HSL337.22º84.95%81.76%-
HSV(B)337.22º31.85%97.25%-
XYZ63.2152.4660.83-
YUV196.04129.67165.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=40.26%
G=27.44%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816919900.320.200.03337.2284.9581.76
HexF8A9C70201431515552
Octal370251307040243521125122
Binary1111100010101001110001110100000101001110101000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9C7; }

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

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

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

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

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

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

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

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