#FA7DCE

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

Shades of Tea Rose #FA7DCE

Tints of Tea Rose #FA7DCE

Color information

#FA7DCE (or 0xFA7DCE) is unknown color: approx Tea Rose. HEX triplet: FA, 7D and CE. RGB value is (250,125,206). Sum of RGB (Red+Green+Blue) = 250+125+206=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DCE is #058231. Grayscale: #ABABAB. Windows color (decimal): -361010 or 13532666. OLE color: 13532666.

HSL color Cylindrical-coordinate representation of color #FA7DCE: hue angle of 321.12º 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 #FA7DCE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250125206-
CMYK00.500.180.02
HSL321.12º92.59%73.53%-
HSV(B)321.12º50%98.04%-
XYZ57.939.4562.96-
YUV171.61147.41183.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=43.03%
G=21.51%
B=35.46%

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
Decimal25012520600.500.180.02321.1292.5973.53
HexFA7DCE0321221415d4a
Octal372175316062222501135112
Binary111110101111101110011100110010100101010100000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DCE; }

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

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

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

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

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

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

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

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