#F9A0BE

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

Shades of Carnation Pink #F9A0BE

Tints of Carnation Pink #F9A0BE

Color information

#F9A0BE (or 0xF9A0BE) is unknown color: approx Carnation Pink. HEX triplet: F9, A0 and BE. RGB value is (249,160,190). Sum of RGB (Red+Green+Blue) = 249+160+190=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0BE is #065F41. Grayscale: #BEBEBE. Windows color (decimal): -417602 or 12493049. OLE color: 12493049.

HSL color Cylindrical-coordinate representation of color #F9A0BE: hue angle of 339.78º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0BE is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249160190-
CMYK00.360.240.02
HSL339.78º88.12%80.2%-
HSV(B)339.78º35.74%97.65%-
XYZ60.934954.96-
YUV190.03127.99170.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 160 (62.89% from 255) = 26.71%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=41.57%
G=26.71%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916019000.360.240.02339.7888.1280.2
HexF9A0BE0241821545850
Octal371240276044302524130120
Binary1111100110100000101111100100100110001010101010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A0BE; }

 p { color: rgb(249,160,190); }

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

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

 a { background-color: rgb(249,160,190); }

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

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

 span { border-color: rgb(249,160,190); }

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