Html Css Color HEX #FA8ECF Tea Rose

📋 copy color: '#FA8ECF'

red 250 ◦ green 142 ◦ blue 207

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

Shades of Tea Rose #FA8ECF

Tints of Tea Rose #FA8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 41.74%
G = 23.71%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA8ECF (or 0xFA8ECF) is known color: Tea Rose. HEX triplet: FA, 8E and CF. RGB value is (250,142,207). Sum of RGB (Red+Green+Blue) = 250+142+207=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ECF is #057130. Grayscale: #B5B5B5. Windows color (decimal): -356657 or 13602554. OLE color: 13602554.

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

Color convert

RGB 250 142 207 -
CMYK 0 0.43 0.17 0.02
HSL 323.89º 0.92% 0.77% -
HSV(B) 323.89º 0.43% 0.98% -
XYZ 60.36 44.17 64.38 -
YUV 181.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 250 142 207 0 0.43 0.17 0.02 323.89 0.92 0.77
Hex FA 8E CF 0 2B 11 2 144 5C 4D
Octal 372 216 317 0 53 21 2 504 134 115
Binary 11111010 10001110 11001111 0 101011 10001 10 101000100 1011100 1001101

Color Harmonies of #FA8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ECF

Black with #FA8ECF

Text Example


Text Example

White with #FA8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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