Html Css Color HEX #FA8FCC Tea Rose

📋 copy color: '#FA8FCC'

red 250 ◦ green 143 ◦ blue 204

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

Shades of Tea Rose #FA8FCC

Tints of Tea Rose #FA8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.95%

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

R = 41.88%
G = 23.95%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA8FCC (or 0xFA8FCC) is known color: Tea Rose. HEX triplet: FA, 8F and CC. RGB value is (250,143,204). Sum of RGB (Red+Green+Blue) = 250+143+204=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FCC is #057033. Grayscale: #B5B5B5. Windows color (decimal): -356404 or 13406202. OLE color: 13406202.

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

Color convert

RGB 250 143 204 -
CMYK 0 0.43 0.18 0.02
HSL 325.79º 0.91% 0.77% -
HSV(B) 325.79º 0.43% 0.98% -
XYZ 60.15 44.33 62.51 -
YUV 181.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 250 143 204 0 0.43 0.18 0.02 325.79 0.91 0.77
Hex FA 8F CC 0 2B 12 2 146 5B 4D
Octal 372 217 314 0 53 22 2 506 133 115
Binary 11111010 10001111 11001100 0 101011 10010 10 101000110 1011011 1001101

Color Harmonies of #FA8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FCC

Black with #FA8FCC

Text Example


Text Example

White with #FA8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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