Html Css Color HEX #FA8DCA Tea Rose

📋 copy color: '#FA8DCA'

red 250 ◦ green 141 ◦ blue 202

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

Shades of Tea Rose #FA8DCA

Tints of Tea Rose #FA8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.78%

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 42.16%
G = 23.78%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA8DCA (or 0xFA8DCA) is known color: Tea Rose. HEX triplet: FA, 8D and CA. RGB value is (250,141,202). Sum of RGB (Red+Green+Blue) = 250+141+202=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DCA is #057235. Grayscale: #B4B4B4. Windows color (decimal): -356918 or 13274618. OLE color: 13274618.

HSL color Cylindrical-coordinate representation of color #FA8DCA: hue angle of 326.42º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DCA is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 141 202 -
CMYK 0 0.44 0.19 0.02
HSL 326.42º 0.92% 0.77% -
HSV(B) 326.42º 0.44% 0.98% -
XYZ 59.61 43.64 61.16 -
YUV 180.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 250 141 202 0 0.44 0.19 0.02 326.42 0.92 0.77
Hex FA 8D CA 0 2C 13 2 146 5C 4D
Octal 372 215 312 0 54 23 2 506 134 115
Binary 11111010 10001101 11001010 0 101100 10011 10 101000110 1011100 1001101

Color Harmonies of #FA8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DCA

Black with #FA8DCA

Text Example


Text Example

White with #FA8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DCA; }

 p { color: rgb(250,141,202); }

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

background-color css

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

 a { background-color: rgb(250,141,202); }

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

border-color css

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

 span { border-color: rgb(250,141,202); }

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