Html Css Color HEX #FA7DCE Tea Rose

📋 copy color: '#FA7DCE'

red 250 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #FA7DCE

Tints of Tea Rose #FA7DCE

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 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

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

RGB 250 125 206 -
CMYK 0 0.50 0.18 0.02
HSL 321.12º 0.93% 0.74% -
HSV(B) 321.12º 0.5% 0.98% -
XYZ 57.9 39.45 62.96 -
YUV 171.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 250 125 206 0 0.50 0.18 0.02 321.12 0.93 0.74
Hex FA 7D CE 0 32 12 2 141 5D 4A
Octal 372 175 316 0 62 22 2 501 135 112
Binary 11111010 1111101 11001110 0 110010 10010 10 101000001 1011101 1001010

Color Harmonies of #FA7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DCE

Black with #FA7DCE

Text Example


Text Example

White with #FA7DCE

Text Example


Text Example

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