Html Css Color HEX #FA8CCD Tea Rose

📋 copy color: '#FA8CCD'

red 250 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #FA8CCD

Tints of Tea Rose #FA8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.53%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 42.02%
G = 23.53%
B = 34.45%

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

#FA8CCD (or 0xFA8CCD) is known color: Tea Rose. HEX triplet: FA, 8C and CD. RGB value is (250,140,205). Sum of RGB (Red+Green+Blue) = 250+140+205=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CCD is #057332. Grayscale: #B4B4B4. Windows color (decimal): -357171 or 13470970. OLE color: 13470970.

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

Color convert

RGB 250 140 205 -
CMYK 0 0.44 0.18 0.02
HSL 324.55º 0.92% 0.76% -
HSV(B) 324.55º 0.44% 0.98% -
XYZ 59.82 43.49 63 -
YUV 180.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 250 140 205 0 0.44 0.18 0.02 324.55 0.92 0.76
Hex FA 8C CD 0 2C 12 2 145 5C 4C
Octal 372 214 315 0 54 22 2 505 134 114
Binary 11111010 10001100 11001101 0 101100 10010 10 101000101 1011100 1001100

Color Harmonies of #FA8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CCD

Black with #FA8CCD

Text Example


Text Example

White with #FA8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CCD; }

 p { color: rgb(250,140,205); }

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

background-color css

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

 a { background-color: rgb(250,140,205); }

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

border-color css

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

 span { border-color: rgb(250,140,205); }

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