Html Css Color HEX #FA8DCC Tea Rose

📋 copy color: '#FA8DCC'

red 250 ◦ green 141 ◦ blue 204

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

Shades of Tea Rose #FA8DCC

Tints of Tea Rose #FA8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.7%

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

R = 42.02%
G = 23.7%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA8DCC (or 0xFA8DCC) is known color: Tea Rose. HEX triplet: FA, 8D and CC. RGB value is (250,141,204). Sum of RGB (Red+Green+Blue) = 250+141+204=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DCC is #057233. Grayscale: #B4B4B4. Windows color (decimal): -356916 or 13405690. OLE color: 13405690.

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

Color convert

RGB 250 141 204 -
CMYK 0 0.44 0.18 0.02
HSL 325.32º 0.92% 0.77% -
HSV(B) 325.32º 0.44% 0.98% -
XYZ 59.85 43.73 62.41 -
YUV 180.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 250 141 204 0 0.44 0.18 0.02 325.32 0.92 0.77
Hex FA 8D CC 0 2C 12 2 145 5C 4D
Octal 372 215 314 0 54 22 2 505 134 115
Binary 11111010 10001101 11001100 0 101100 10010 10 101000101 1011100 1001101

Color Harmonies of #FA8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DCC

Black with #FA8DCC

Text Example


Text Example

White with #FA8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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