Html Css Color HEX #FA8DC3 Tea Rose

📋 copy color: '#FA8DC3'

red 250 ◦ green 141 ◦ blue 195

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

Shades of Tea Rose #FA8DC3

Tints of Tea Rose #FA8DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 42.66%
G = 24.06%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA8DC3 (or 0xFA8DC3) is known color: Tea Rose. HEX triplet: FA, 8D and C3. RGB value is (250,141,195). Sum of RGB (Red+Green+Blue) = 250+141+195=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DC3 is #05723C. Grayscale: #B3B3B3. Windows color (decimal): -356925 or 12815866. OLE color: 12815866.

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

Color convert

RGB 250 141 195 -
CMYK 0 0.44 0.22 0.02
HSL 330.28º 0.92% 0.77% -
HSV(B) 330.28º 0.44% 0.98% -
XYZ 58.8 43.31 56.89 -
YUV 179.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 250 141 195 0 0.44 0.22 0.02 330.28 0.92 0.77
Hex FA 8D C3 0 2C 16 2 14A 5C 4D
Octal 372 215 303 0 54 26 2 512 134 115
Binary 11111010 10001101 11000011 0 101100 10110 10 101001010 1011100 1001101

Color Harmonies of #FA8DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DC3

Black with #FA8DC3

Text Example


Text Example

White with #FA8DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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