Html Css Color HEX #FA8CC3 Tea Rose

📋 copy color: '#FA8CC3'

red 250 ◦ green 140 ◦ blue 195

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

Shades of Tea Rose #FA8CC3

Tints of Tea Rose #FA8CC3

RGB

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

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

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

R = 42.74%
G = 23.93%
B = 33.33%

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

#FA8CC3 (or 0xFA8CC3) is known color: Tea Rose. HEX triplet: FA, 8C and C3. RGB value is (250,140,195). Sum of RGB (Red+Green+Blue) = 250+140+195=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CC3 is #05733C. Grayscale: #B3B3B3. Windows color (decimal): -357181 or 12815610. OLE color: 12815610.

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

Color convert

RGB 250 140 195 -
CMYK 0 0.44 0.22 0.02
HSL 330º 0.92% 0.76% -
HSV(B) 330º 0.44% 0.98% -
XYZ 58.65 43.02 56.84 -
YUV 179.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 250 140 195 0 0.44 0.22 0.02 330 0.92 0.76
Hex FA 8C C3 0 2C 16 2 14A 5C 4C
Octal 372 214 303 0 54 26 2 512 134 114
Binary 11111010 10001100 11000011 0 101100 10110 10 101001010 1011100 1001100

Color Harmonies of #FA8CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CC3

Black with #FA8CC3

Text Example


Text Example

White with #FA8CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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