Html Css Color HEX #FB8EC1 Tea Rose

📋 copy color: '#FB8EC1'

red 251 ◦ green 142 ◦ blue 193

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

Shades of Tea Rose #FB8EC1

Tints of Tea Rose #FB8EC1

RGB

 RED value IS 251 (98.44% from 255) = 42.83%

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

 BLUE value IS 193 (75.78% from 255) = 32.94%

R = 42.83%
G = 24.23%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB8EC1 (or 0xFB8EC1) is known color: Tea Rose. HEX triplet: FB, 8E and C1. RGB value is (251,142,193). Sum of RGB (Red+Green+Blue) = 251+142+193=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EC1 is #04713E. Grayscale: #B4B4B4. Windows color (decimal): -291135 or 12685051. OLE color: 12685051.

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

Color convert

RGB 251 142 193 -
CMYK 0 0.43 0.23 0.02
HSL 331.93º 0.93% 0.77% -
HSV(B) 331.93º 0.43% 0.98% -
XYZ 59.08 43.71 55.77 -
YUV 180.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 251 142 193 0 0.43 0.23 0.02 331.93 0.93 0.77
Hex FB 8E C1 0 2B 17 2 14C 5D 4D
Octal 373 216 301 0 53 27 2 514 135 115
Binary 11111011 10001110 11000001 0 101011 10111 10 101001100 1011101 1001101

Color Harmonies of #FB8EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8EC1

Black with #FB8EC1

Text Example


Text Example

White with #FB8EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8EC1; }

 p { color: rgb(251,142,193); }

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

background-color css

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

 a { background-color: rgb(251,142,193); }

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

border-color css

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

 span { border-color: rgb(251,142,193); }

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