#FA7DCD

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

Shades of Tea Rose #FA7DCD

Tints of Tea Rose #FA7DCD

Color information

#FA7DCD (or 0xFA7DCD) is unknown color: approx Tea Rose. HEX triplet: FA, 7D and CD. RGB value is (250,125,205). Sum of RGB (Red+Green+Blue) = 250+125+205=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DCD is #058232. Grayscale: #ABABAB. Windows color (decimal): -361011 or 13467130. OLE color: 13467130.

HSL color Cylindrical-coordinate representation of color #FA7DCD: hue angle of 321.6º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DCD is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250125205-
CMYK00.500.180.02
HSL321.6º92.59%73.53%-
HSV(B)321.6º50%98.04%-
XYZ57.7839.462.32-
YUV171.5146.91184-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 125 (49.22% from 255) = 21.55%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=43.10%
G=21.55%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012520500.500.180.02321.692.5973.53
HexFA7DCD0321221425d4a
Octal372175315062222502135112
Binary111110101111101110011010110010100101010100001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DCD; }

 p { color: rgb(250,125,205); }

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

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

 a { background-color: rgb(250,125,205); }

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

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

 span { border-color: rgb(250,125,205); }

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