Html Css Color HEX #FA85CC Tea Rose

📋 copy color: '#FA85CC'

red 250 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #FA85CC

Tints of Tea Rose #FA85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 42.59%
G = 22.66%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA85CC (or 0xFA85CC) is known color: Tea Rose. HEX triplet: FA, 85 and CC. RGB value is (250,133,204). Sum of RGB (Red+Green+Blue) = 250+133+204=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85CC is #057A33. Grayscale: #AFAFAF. Windows color (decimal): -358964 or 13403642. OLE color: 13403642.

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

Color convert

RGB 250 133 204 -
CMYK 0 0.47 0.18 0.02
HSL 323.59º 0.92% 0.75% -
HSV(B) 323.59º 0.47% 0.98% -
XYZ 58.71 41.46 62.03 -
YUV 176.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 250 133 204 0 0.47 0.18 0.02 323.59 0.92 0.75
Hex FA 85 CC 0 2F 12 2 144 5C 4B
Octal 372 205 314 0 57 22 2 504 134 113
Binary 11111010 10000101 11001100 0 101111 10010 10 101000100 1011100 1001011

Color Harmonies of #FA85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85CC

Black with #FA85CC

Text Example


Text Example

White with #FA85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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