Html Css Color HEX #FA8CD2 Tea Rose

📋 copy color: '#FA8CD2'

red 250 ◦ green 140 ◦ blue 210

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

Shades of Tea Rose #FA8CD2

Tints of Tea Rose #FA8CD2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.33%

 BLUE value IS 210 (82.42% from 255) = 35%

R = 41.67%
G = 23.33%
B = 35%

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

#FA8CD2 (or 0xFA8CD2) is known color: Tea Rose. HEX triplet: FA, 8C and D2. RGB value is (250,140,210). Sum of RGB (Red+Green+Blue) = 250+140+210=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CD2 is #05732D. Grayscale: #B4B4B4. Windows color (decimal): -357166 or 13798650. OLE color: 13798650.

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

Color convert

RGB 250 140 210 -
CMYK 0 0.44 0.16 0.02
HSL 321.82º 0.92% 0.76% -
HSV(B) 321.82º 0.44% 0.98% -
XYZ 60.44 43.73 66.23 -
YUV 180.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 250 140 210 0 0.44 0.16 0.02 321.82 0.92 0.76
Hex FA 8C D2 0 2C 10 2 142 5C 4C
Octal 372 214 322 0 54 20 2 502 134 114
Binary 11111010 10001100 11010010 0 101100 10000 10 101000010 1011100 1001100

Color Harmonies of #FA8CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CD2

Black with #FA8CD2

Text Example


Text Example

White with #FA8CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CD2; }

 p { color: rgb(250,140,210); }

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

background-color css

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

 a { background-color: rgb(250,140,210); }

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

border-color css

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

 span { border-color: rgb(250,140,210); }

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