Html Css Color HEX #FA7DCD Tea Rose

📋 copy color: '#FA7DCD'

red 250 ◦ green 125 ◦ blue 205

#FA7DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FA7DCD

Tints of Tea Rose #FA7DCD

RGB

 RED value IS 250 (98.05% from 255) = 43.1%

 GREEN value IS 125 (49.22% from 255) = 21.55%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 43.1%
G = 21.55%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA7DCD (or 0xFA7DCD) is known color: 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

RGB 250 125 205 -
CMYK 0 0.50 0.18 0.02
HSL 321.6º 0.93% 0.74% -
HSV(B) 321.6º 0.5% 0.98% -
XYZ 57.78 39.4 62.32 -
YUV 171.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 250 125 205 0 0.50 0.18 0.02 321.6 0.93 0.74
Hex FA 7D CD 0 32 12 2 142 5D 4A
Octal 372 175 315 0 62 22 2 502 135 112
Binary 11111010 1111101 11001101 0 110010 10010 10 101000010 1011101 1001010

Color Harmonies of #FA7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DCD

Black with #FA7DCD

Text Example


Text Example

White with #FA7DCD

Text Example


Text Example

HTML Codes & Css Web 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>