#F89CCC

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

Shades of Carnation Pink #F89CCC

Tints of Carnation Pink #F89CCC

Color information

#F89CCC (or 0xF89CCC) is unknown color: approx Carnation Pink. HEX triplet: F8, 9C and CC. RGB value is (248,156,204). Sum of RGB (Red+Green+Blue) = 248+156+204=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CCC is #076333. Grayscale: #BCBCBC. Windows color (decimal): -484148 or 13409528. OLE color: 13409528.

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

Color convert

RGB248156204-
CMYK00.370.180.03
HSL328.7º86.79%79.22%-
HSV(B)328.7º37.1%97.25%-
XYZ61.548.0963.17-
YUV188.98136.48170.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 156 (61.33% from 255) = 25.66%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=40.79%
G=25.66%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815620400.370.180.03328.786.7979.22
HexF89CCC025123149574f
Octal370234314045223511127117
Binary1111100010011100110011000100101100101110100100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CCC; }

 p { color: rgb(248,156,204); }

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

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

 a { background-color: rgb(248,156,204); }

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

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

 span { border-color: rgb(248,156,204); }

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