#FA8EBB

Color #FA8EBB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA8EBB

Tints of Tea Rose #FA8EBB

Color information

#FA8EBB (or 0xFA8EBB) is unknown color: approx Tea Rose. HEX triplet: FA, 8E and BB. RGB value is (250,142,187). Sum of RGB (Red+Green+Blue) = 250+142+187=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EBB is #057144. Grayscale: #B3B3B3. Windows color (decimal): -356677 or 12291834. OLE color: 12291834.

HSL color Cylindrical-coordinate representation of color #FA8EBB: hue angle of 335º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EBB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250142187-
CMYK00.430.250.02
HSL335º91.53%76.86%-
HSV(B)335º43.2%98.04%-
XYZ58.0743.2652.3-
YUV179.42132.28178.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=43.18%
G=24.53%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014218700.430.250.0233591.5376.86
HexFA8EBB02B19214f5c4d
Octal372216273053312517134115
Binary1111101010001110101110110101011110011010100111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EBB; }

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

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

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

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

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

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

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

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