#FA9BBE

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

Shades of Carnation Pink #FA9BBE

Tints of Carnation Pink #FA9BBE

Color information

#FA9BBE (or 0xFA9BBE) is unknown color: approx Carnation Pink. HEX triplet: FA, 9B and BE. RGB value is (250,155,190). Sum of RGB (Red+Green+Blue) = 250+155+190=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BBE is #056441. Grayscale: #BBBBBB. Windows color (decimal): -353346 or 12491770. OLE color: 12491770.

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

Color convert

RGB250155190-
CMYK00.380.240.02
HSL337.89º90.48%79.41%-
HSV(B)337.89º38%98.04%-
XYZ60.4447.4854.7-
YUV187.4129.47172.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=42.02%
G=26.05%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015519000.380.240.02337.8990.4879.41
HexFA9BBE0261821525a4f
Octal372233276046302522132117
Binary1111101010011011101111100100110110001010101001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BBE; }

 p { color: rgb(250,155,190); }

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

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

 a { background-color: rgb(250,155,190); }

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

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

 span { border-color: rgb(250,155,190); }

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