Html Css Color HEX #FA8DD1 Tea Rose

📋 copy color: '#FA8DD1'

red 250 ◦ green 141 ◦ blue 209

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

Shades of Tea Rose #FA8DD1

Tints of Tea Rose #FA8DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 41.67%
G = 23.5%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA8DD1 (or 0xFA8DD1) is known color: Tea Rose. HEX triplet: FA, 8D and D1. RGB value is (250,141,209). Sum of RGB (Red+Green+Blue) = 250+141+209=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DD1 is #05722E. Grayscale: #B5B5B5. Windows color (decimal): -356911 or 13733370. OLE color: 13733370.

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

Color convert

RGB 250 141 209 -
CMYK 0 0.44 0.16 0.02
HSL 322.57º 0.92% 0.77% -
HSV(B) 322.57º 0.44% 0.98% -
XYZ 60.46 43.98 65.62 -
YUV 181.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 250 141 209 0 0.44 0.16 0.02 322.57 0.92 0.77
Hex FA 8D D1 0 2C 10 2 143 5C 4D
Octal 372 215 321 0 54 20 2 503 134 115
Binary 11111010 10001101 11010001 0 101100 10000 10 101000011 1011100 1001101

Color Harmonies of #FA8DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DD1

Black with #FA8DD1

Text Example


Text Example

White with #FA8DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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