Html Css Color HEX #FA8ECD Tea Rose

📋 copy color: '#FA8ECD'

red 250 ◦ green 142 ◦ blue 205

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

Shades of Tea Rose #FA8ECD

Tints of Tea Rose #FA8ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.79%

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

R = 41.88%
G = 23.79%
B = 34.34%

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

#FA8ECD (or 0xFA8ECD) is known color: Tea Rose. HEX triplet: FA, 8E and CD. RGB value is (250,142,205). Sum of RGB (Red+Green+Blue) = 250+142+205=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ECD is #057132. Grayscale: #B5B5B5. Windows color (decimal): -356659 or 13471482. OLE color: 13471482.

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

Color convert

RGB 250 142 205 -
CMYK 0 0.43 0.18 0.02
HSL 325º 0.92% 0.77% -
HSV(B) 325º 0.43% 0.98% -
XYZ 60.12 44.08 63.1 -
YUV 181.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 250 142 205 0 0.43 0.18 0.02 325 0.92 0.77
Hex FA 8E CD 0 2B 12 2 145 5C 4D
Octal 372 216 315 0 53 22 2 505 134 115
Binary 11111010 10001110 11001101 0 101011 10010 10 101000101 1011100 1001101

Color Harmonies of #FA8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ECD

Black with #FA8ECD

Text Example


Text Example

White with #FA8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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