Html Css Color HEX #FA7FCC Tea Rose

📋 copy color: '#FA7FCC'

red 250 ◦ green 127 ◦ blue 204

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

Shades of Tea Rose #FA7FCC

Tints of Tea Rose #FA7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.86%

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

R = 43.03%
G = 21.86%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA7FCC (or 0xFA7FCC) is known color: Tea Rose. HEX triplet: FA, 7F and CC. RGB value is (250,127,204). Sum of RGB (Red+Green+Blue) = 250+127+204=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FCC is #058033. Grayscale: #ACACAC. Windows color (decimal): -360500 or 13402106. OLE color: 13402106.

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

Color convert

RGB 250 127 204 -
CMYK 0 0.49 0.18 0.02
HSL 322.44º 0.92% 0.74% -
HSV(B) 322.44º 0.49% 0.98% -
XYZ 57.91 39.86 61.77 -
YUV 172.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 250 127 204 0 0.49 0.18 0.02 322.44 0.92 0.74
Hex FA 7F CC 0 31 12 2 142 5C 4A
Octal 372 177 314 0 61 22 2 502 134 112
Binary 11111010 1111111 11001100 0 110001 10010 10 101000010 1011100 1001010

Color Harmonies of #FA7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FCC

Black with #FA7FCC

Text Example


Text Example

White with #FA7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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