#FA83D1

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

Shades of Tea Rose #FA83D1

Tints of Tea Rose #FA83D1

Color information

#FA83D1 (or 0xFA83D1) is unknown color: approx Tea Rose. HEX triplet: FA, 83 and D1. RGB value is (250,131,209). Sum of RGB (Red+Green+Blue) = 250+131+209=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83D1 is #057C2E. Grayscale: #AFAFAF. Windows color (decimal): -359471 or 13730810. OLE color: 13730810.

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

Color convert

RGB250131209-
CMYK00.480.160.02
HSL320.67º92.25%74.71%-
HSV(B)320.67º47.6%98.04%-
XYZ59.0541.1665.15-
YUV175.47146.92181.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 131 (51.56% from 255) = 22.20%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=42.37%
G=22.20%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013120900.480.160.02320.6792.2574.71
HexFA83D10301021415c4b
Octal372203321060202501134113
Binary1111101010000011110100010110000100001010100000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83D1; }

 p { color: rgb(250,131,209); }

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

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

 a { background-color: rgb(250,131,209); }

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

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

 span { border-color: rgb(250,131,209); }

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