#FA9EBB

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

Shades of Carnation Pink #FA9EBB

Tints of Carnation Pink #FA9EBB

Color information

#FA9EBB (or 0xFA9EBB) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and BB. RGB value is (250,158,187). Sum of RGB (Red+Green+Blue) = 250+158+187=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EBB is #056144. Grayscale: #BCBCBC. Windows color (decimal): -352581 or 12295930. OLE color: 12295930.

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

Color convert

RGB250158187-
CMYK00.370.250.02
HSL341.09º90.2%80%-
HSV(B)341.09º36.8%98.04%-
XYZ60.6248.3753.15-
YUV188.81126.98171.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=42.02%
G=26.55%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015818700.370.250.02341.0990.280
HexFA9EBB0251921555a50
Octal372236273045312525132120
Binary1111101010011110101110110100101110011010101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EBB; }

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

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

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

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

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

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

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

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