#F89DCA

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

Shades of Carnation Pink #F89DCA

Tints of Carnation Pink #F89DCA

Color information

#F89DCA (or 0xF89DCA) is unknown color: approx Carnation Pink. HEX triplet: F8, 9D and CA. RGB value is (248,157,202). Sum of RGB (Red+Green+Blue) = 248+157+202=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DCA is #076235. Grayscale: #BDBDBD. Windows color (decimal): -483894 or 13278712. OLE color: 13278712.

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

Color convert

RGB248157202-
CMYK00.370.190.03
HSL330.33º86.67%79.41%-
HSV(B)330.33º36.69%97.25%-
XYZ61.4348.3361.97-
YUV189.34135.15169.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=40.86%
G=25.86%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815720200.370.190.03330.3386.6779.41
HexF89DCA02513314a574f
Octal370235312045233512127117
Binary1111100010011101110010100100101100111110100101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89DCA; }

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

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

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

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

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

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

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

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