#F89DC6

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

Shades of Carnation Pink #F89DC6

Tints of Carnation Pink #F89DC6

Color information

#F89DC6 (or 0xF89DC6) is unknown color: approx Carnation Pink. HEX triplet: F8, 9D and C6. RGB value is (248,157,198). Sum of RGB (Red+Green+Blue) = 248+157+198=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DC6 is #076239. Grayscale: #BCBCBC. Windows color (decimal): -483898 or 13016568. OLE color: 13016568.

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

Color convert

RGB248157198-
CMYK00.370.200.03
HSL332.97º86.67%79.41%-
HSV(B)332.97º36.69%97.25%-
XYZ60.9648.1559.51-
YUV188.88133.15170.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 198 (77.73% from 255) = 32.84%
R=41.13%
G=26.04%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815719800.370.200.03332.9786.6779.41
HexF89DC602514314d574f
Octal370235306045243515127117
Binary1111100010011101110001100100101101001110100110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89DC6; }

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

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

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

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

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

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

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

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