Html Css Color HEX #FA85C3 Tea Rose

📋 copy color: '#FA85C3'

red 250 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #FA85C3

Tints of Tea Rose #FA85C3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.01%

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

R = 43.25%
G = 23.01%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA85C3 (or 0xFA85C3) is known color: Tea Rose. HEX triplet: FA, 85 and C3. RGB value is (250,133,195). Sum of RGB (Red+Green+Blue) = 250+133+195=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85C3 is #057A3C. Grayscale: #AEAEAE. Windows color (decimal): -358973 or 12813818. OLE color: 12813818.

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

Color convert

RGB 250 133 195 -
CMYK 0 0.47 0.22 0.02
HSL 328.21º 0.92% 0.75% -
HSV(B) 328.21º 0.47% 0.98% -
XYZ 57.66 41.04 56.51 -
YUV 175.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 250 133 195 0 0.47 0.22 0.02 328.21 0.92 0.75
Hex FA 85 C3 0 2F 16 2 148 5C 4B
Octal 372 205 303 0 57 26 2 510 134 113
Binary 11111010 10000101 11000011 0 101111 10110 10 101001000 1011100 1001011

Color Harmonies of #FA85C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85C3

Black with #FA85C3

Text Example


Text Example

White with #FA85C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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