#FA9EBD

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

Shades of Carnation Pink #FA9EBD

Tints of Carnation Pink #FA9EBD

Color information

#FA9EBD (or 0xFA9EBD) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and BD. RGB value is (250,158,189). Sum of RGB (Red+Green+Blue) = 250+158+189=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EBD is #056142. Grayscale: #BDBDBD. Windows color (decimal): -352579 or 12427002. OLE color: 12427002.

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

Color convert

RGB250158189-
CMYK00.370.240.02
HSL339.78º90.2%80%-
HSV(B)339.78º36.8%98.04%-
XYZ60.8448.4554.29-
YUV189.04127.98171.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=41.88%
G=26.47%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015818900.370.240.02339.7890.280
HexFA9EBD0251821545a50
Octal372236275045302524132120
Binary1111101010011110101111010100101110001010101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EBD; }

 p { color: rgb(250,158,189); }

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

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

 a { background-color: rgb(250,158,189); }

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

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

 span { border-color: rgb(250,158,189); }

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