Html Css Color HEX #FA8ECE Tea Rose

📋 copy color: '#FA8ECE'

red 250 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #FA8ECE

Tints of Tea Rose #FA8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 41.81%
G = 23.75%
B = 34.45%

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

#FA8ECE (or 0xFA8ECE) is known color: Tea Rose. HEX triplet: FA, 8E and CE. RGB value is (250,142,206). Sum of RGB (Red+Green+Blue) = 250+142+206=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ECE is #057131. Grayscale: #B5B5B5. Windows color (decimal): -356658 or 13537018. OLE color: 13537018.

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

Color convert

RGB 250 142 206 -
CMYK 0 0.43 0.18 0.02
HSL 324.44º 0.92% 0.77% -
HSV(B) 324.44º 0.43% 0.98% -
XYZ 60.24 44.13 63.73 -
YUV 181.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 250 142 206 0 0.43 0.18 0.02 324.44 0.92 0.77
Hex FA 8E CE 0 2B 12 2 144 5C 4D
Octal 372 216 316 0 53 22 2 504 134 115
Binary 11111010 10001110 11001110 0 101011 10010 10 101000100 1011100 1001101

Color Harmonies of #FA8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ECE

Black with #FA8ECE

Text Example


Text Example

White with #FA8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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