#F89AC9

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

Shades of Carnation Pink #F89AC9

Tints of Carnation Pink #F89AC9

Color information

#F89AC9 (or 0xF89AC9) is unknown color: approx Carnation Pink. HEX triplet: F8, 9A and C9. RGB value is (248,154,201). Sum of RGB (Red+Green+Blue) = 248+154+201=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AC9 is #076536. Grayscale: #BBBBBB. Windows color (decimal): -484663 or 13212408. OLE color: 13212408.

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

Color convert

RGB248154201-
CMYK00.380.190.03
HSL330º87.04%78.82%-
HSV(B)330º37.9%97.25%-
XYZ60.8147.2861.18-
YUV187.46135.64171.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=41.13%
G=25.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815420100.380.190.0333087.0478.82
HexF89AC902613314a574f
Octal370232311046233512127117
Binary1111100010011010110010010100110100111110100101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89AC9; }

 p { color: rgb(248,154,201); }

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

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

 a { background-color: rgb(248,154,201); }

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

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

 span { border-color: rgb(248,154,201); }

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