Html Css Color HEX #FA8EBD Tea Rose

📋 copy color: '#FA8EBD'

red 250 ◦ green 142 ◦ blue 189

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

Shades of Tea Rose #FA8EBD

Tints of Tea Rose #FA8EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 43.03%
G = 24.44%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA8EBD (or 0xFA8EBD) is known color: Tea Rose. HEX triplet: FA, 8E and BD. RGB value is (250,142,189). Sum of RGB (Red+Green+Blue) = 250+142+189=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EBD is #057142. Grayscale: #B3B3B3. Windows color (decimal): -356675 or 12422906. OLE color: 12422906.

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

Color convert

RGB 250 142 189 -
CMYK 0 0.43 0.24 0.02
HSL 333.89º 0.92% 0.77% -
HSV(B) 333.89º 0.43% 0.98% -
XYZ 58.28 43.34 53.44 -
YUV 179.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 250 142 189 0 0.43 0.24 0.02 333.89 0.92 0.77
Hex FA 8E BD 0 2B 18 2 14E 5C 4D
Octal 372 216 275 0 53 30 2 516 134 115
Binary 11111010 10001110 10111101 0 101011 11000 10 101001110 1011100 1001101

Color Harmonies of #FA8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EBD

Black with #FA8EBD

Text Example


Text Example

White with #FA8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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