#F89ACB

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

Shades of Carnation Pink #F89ACB

Tints of Carnation Pink #F89ACB

Color information

#F89ACB (or 0xF89ACB) is unknown color: approx Carnation Pink. HEX triplet: F8, 9A and CB. RGB value is (248,154,203). Sum of RGB (Red+Green+Blue) = 248+154+203=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ACB is #076534. Grayscale: #BBBBBB. Windows color (decimal): -484661 or 13343480. OLE color: 13343480.

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

Color convert

RGB248154203-
CMYK00.380.180.03
HSL328.72º87.04%78.82%-
HSV(B)328.72º37.9%97.25%-
XYZ61.0547.3862.43-
YUV187.69136.64171.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=40.99%
G=25.45%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815420300.380.180.03328.7287.0478.82
HexF89ACB026123149574f
Octal370232313046223511127117
Binary1111100010011010110010110100110100101110100100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89ACB; }

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

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

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

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

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

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

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

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