#FA8DD2

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

Shades of Tea Rose #FA8DD2

Tints of Tea Rose #FA8DD2

Color information

#FA8DD2 (or 0xFA8DD2) is unknown color: approx Tea Rose. HEX triplet: FA, 8D and D2. RGB value is (250,141,210). Sum of RGB (Red+Green+Blue) = 250+141+210=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DD2 is #05722D. Grayscale: #B5B5B5. Windows color (decimal): -356910 or 13798906. OLE color: 13798906.

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

Color convert

RGB250141210-
CMYK00.440.160.02
HSL322.02º91.6%76.67%-
HSV(B)322.02º43.6%98.04%-
XYZ60.5844.0366.28-
YUV181.46144.11176.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 141 (55.47% from 255) = 23.46%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=41.60%
G=23.46%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014121000.440.160.02322.0291.676.67
HexFA8DD202C1021425c4d
Octal372215322054202502134115
Binary1111101010001101110100100101100100001010100001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DD2; }

 p { color: rgb(250,141,210); }

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

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

 a { background-color: rgb(250,141,210); }

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

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

 span { border-color: rgb(250,141,210); }

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