#F89DBE

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

Shades of Carnation Pink #F89DBE

Tints of Carnation Pink #F89DBE

Color information

#F89DBE (or 0xF89DBE) is unknown color: approx Carnation Pink. HEX triplet: F8, 9D and BE. RGB value is (248,157,190). Sum of RGB (Red+Green+Blue) = 248+157+190=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DBE is #076241. Grayscale: #BBBBBB. Windows color (decimal): -483906 or 12492280. OLE color: 12492280.

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

Color convert

RGB248157190-
CMYK00.370.230.03
HSL338.24º86.67%79.41%-
HSV(B)338.24º36.69%97.25%-
XYZ60.0647.7954.77-
YUV187.97129.15170.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=41.68%
G=26.39%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815719000.370.230.03338.2486.6779.41
HexF89DBE025173152574f
Octal370235276045273522127117
Binary1111100010011101101111100100101101111110101001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89DBE; }

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

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

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

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

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

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

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

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