Html Css Color HEX #FA8FD2 Tea Rose

📋 copy color: '#FA8FD2'

red 250 ◦ green 143 ◦ blue 210

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

Shades of Tea Rose #FA8FD2

Tints of Tea Rose #FA8FD2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.71%

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

R = 41.46%
G = 23.71%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA8FD2 (or 0xFA8FD2) is known color: Tea Rose. HEX triplet: FA, 8F and D2. RGB value is (250,143,210). Sum of RGB (Red+Green+Blue) = 250+143+210=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FD2 is #05702D. Grayscale: #B6B6B6. Windows color (decimal): -356398 or 13799418. OLE color: 13799418.

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

Color convert

RGB 250 143 210 -
CMYK 0 0.43 0.16 0.02
HSL 322.43º 0.91% 0.77% -
HSV(B) 322.43º 0.43% 0.98% -
XYZ 60.88 44.62 66.38 -
YUV 182.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 250 143 210 0 0.43 0.16 0.02 322.43 0.91 0.77
Hex FA 8F D2 0 2B 10 2 142 5B 4D
Octal 372 217 322 0 53 20 2 502 133 115
Binary 11111010 10001111 11010010 0 101011 10000 10 101000010 1011011 1001101

Color Harmonies of #FA8FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FD2

Black with #FA8FD2

Text Example


Text Example

White with #FA8FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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