Html Css Color HEX #FA8EBE Tea Rose

📋 copy color: '#FA8EBE'

red 250 ◦ green 142 ◦ blue 190

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

Shades of Tea Rose #FA8EBE

Tints of Tea Rose #FA8EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 42.96%
G = 24.4%
B = 32.65%

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

#FA8EBE (or 0xFA8EBE) is known color: Tea Rose. HEX triplet: FA, 8E and BE. RGB value is (250,142,190). Sum of RGB (Red+Green+Blue) = 250+142+190=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EBE is #057141. Grayscale: #B3B3B3. Windows color (decimal): -356674 or 12488442. OLE color: 12488442.

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

Color convert

RGB 250 142 190 -
CMYK 0 0.43 0.24 0.02
HSL 333.33º 0.92% 0.77% -
HSV(B) 333.33º 0.43% 0.98% -
XYZ 58.39 43.39 54.01 -
YUV 179.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 250 142 190 0 0.43 0.24 0.02 333.33 0.92 0.77
Hex FA 8E BE 0 2B 18 2 14D 5C 4D
Octal 372 216 276 0 53 30 2 515 134 115
Binary 11111010 10001110 10111110 0 101011 11000 10 101001101 1011100 1001101

Color Harmonies of #FA8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EBE

Black with #FA8EBE

Text Example


Text Example

White with #FA8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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