#F9A1BD

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

Shades of Carnation Pink #F9A1BD

Tints of Carnation Pink #F9A1BD

Color information

#F9A1BD (or 0xF9A1BD) is unknown color: approx Carnation Pink. HEX triplet: F9, A1 and BD. RGB value is (249,161,189). Sum of RGB (Red+Green+Blue) = 249+161+189=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1BD is #065E42. Grayscale: #BEBEBE. Windows color (decimal): -417347 or 12427769. OLE color: 12427769.

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

Color convert

RGB249161189-
CMYK00.350.240.02
HSL340.91º88%80.39%-
HSV(B)340.91º35.34%97.65%-
XYZ6149.354.45-
YUV190.5127.15169.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=41.57%
G=26.88%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916118900.350.240.02340.918880.39
HexF9A1BD0231821555850
Octal371241275043302525130120
Binary1111100110100001101111010100011110001010101010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1BD; }

 p { color: rgb(249,161,189); }

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

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

 a { background-color: rgb(249,161,189); }

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

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

 span { border-color: rgb(249,161,189); }

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