#F89CCA

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

Shades of Carnation Pink #F89CCA

Tints of Carnation Pink #F89CCA

Color information

#F89CCA (or 0xF89CCA) is unknown color: approx Carnation Pink. HEX triplet: F8, 9C and CA. RGB value is (248,156,202). Sum of RGB (Red+Green+Blue) = 248+156+202=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CCA is #076335. Grayscale: #BCBCBC. Windows color (decimal): -484150 or 13278456. OLE color: 13278456.

HSL color Cylindrical-coordinate representation of color #F89CCA: 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.37%. Process color model (Four color, CMYK) of #F89CCA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248156202-
CMYK00.370.190.03
HSL330º86.79%79.22%-
HSV(B)330º37.1%97.25%-
XYZ61.264861.91-
YUV188.75135.48170.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=40.92%
G=25.74%
B=33.33%

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
Decimal24815620200.370.190.0333086.7979.22
HexF89CCA02513314a574f
Octal370234312045233512127117
Binary1111100010011100110010100100101100111110100101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CCA; }

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

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

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

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

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

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

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

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