Html Css Color HEX #FA7DC3 Tea Rose

📋 copy color: '#FA7DC3'

red 250 ◦ green 125 ◦ blue 195

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

Shades of Tea Rose #FA7DC3

Tints of Tea Rose #FA7DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.21%

R = 43.86%
G = 21.93%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA7DC3 (or 0xFA7DC3) is known color: Tea Rose. HEX triplet: FA, 7D and C3. RGB value is (250,125,195). Sum of RGB (Red+Green+Blue) = 250+125+195=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DC3 is #05823C. Grayscale: #AAAAAA. Windows color (decimal): -361021 or 12811770. OLE color: 12811770.

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

Color convert

RGB 250 125 195 -
CMYK 0 0.50 0.22 0.02
HSL 326.4º 0.93% 0.74% -
HSV(B) 326.4º 0.5% 0.98% -
XYZ 56.61 38.93 56.16 -
YUV 170.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 250 125 195 0 0.50 0.22 0.02 326.4 0.93 0.74
Hex FA 7D C3 0 32 16 2 146 5D 4A
Octal 372 175 303 0 62 26 2 506 135 112
Binary 11111010 1111101 11000011 0 110010 10110 10 101000110 1011101 1001010

Color Harmonies of #FA7DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DC3

Black with #FA7DC3

Text Example


Text Example

White with #FA7DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DC3; }

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

 H1.HeaderClassName
 {
   color: #FA7DC3;
 }
 .AnyTagClassName
 {
   color: #FA7DC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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