Html Css Color HEX #FE8BBA Tea Rose

📋 copy color: '#FE8BBA'

red 254 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #FE8BBA

Tints of Tea Rose #FE8BBA

RGB

 RED value IS 254 (99.61% from 255) = 43.87%

 GREEN value IS 139 (54.69% from 255) = 24.01%

 BLUE value IS 186 (73.05% from 255) = 32.12%

R = 43.87%
G = 24.01%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE8BBA (or 0xFE8BBA) is known color: Tea Rose. HEX triplet: FE, 8B and BA. RGB value is (254,139,186). Sum of RGB (Red+Green+Blue) = 254+139+186=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BBA is #017445. Grayscale: #B2B2B2. Windows color (decimal): -95302 or 12225534. OLE color: 12225534.

HSL color Cylindrical-coordinate representation of color #FE8BBA: hue angle of 335.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BBA is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 186 -
CMYK 0 0.45 0.27 0.00
HSL 335.48º 0.98% 0.77% -
HSV(B) 335.48º 0.45% 1% -
XYZ 58.97 43.08 51.66 -
YUV 178.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 254 139 186 0 0.45 0.27 0.00 335.48 0.98 0.77
Hex FE 8B BA 0 2D 1B 0 14F 62 4D
Octal 376 213 272 0 55 33 0 517 142 115
Binary 11111110 10001011 10111010 0 101101 11011 0 101001111 1100010 1001101

Color Harmonies of #FE8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BBA

Black with #FE8BBA

Text Example


Text Example

White with #FE8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BBA; }

 p { color: rgb(254,139,186); }

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

background-color css

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

 a { background-color: rgb(254,139,186); }

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

border-color css

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

 span { border-color: rgb(254,139,186); }

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