#FA86D4

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

Shades of Tea Rose #FA86D4

Tints of Tea Rose #FA86D4

Color information

#FA86D4 (or 0xFA86D4) is unknown color: approx Tea Rose. HEX triplet: FA, 86 and D4. RGB value is (250,134,212). Sum of RGB (Red+Green+Blue) = 250+134+212=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86D4 is #05792B. Grayscale: #B1B1B1. Windows color (decimal): -358700 or 13928186. OLE color: 13928186.

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

Color convert

RGB250134212-
CMYK00.460.150.02
HSL319.66º92.06%75.29%-
HSV(B)319.66º46.4%98.04%-
XYZ59.8342.1367.27-
YUV177.58147.43179.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=41.95%
G=22.48%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013421200.460.150.02319.6692.0675.29
HexFA86D402EF21405c4b
Octal372206324056172500134113
Binary111110101000011011010100010111011111010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86D4; }

 p { color: rgb(250,134,212); }

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

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

 a { background-color: rgb(250,134,212); }

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

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

 span { border-color: rgb(250,134,212); }

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