Html Css Color HEX #FE8BBF Tea Rose

📋 copy color: '#FE8BBF'

red 254 ◦ green 139 ◦ blue 191

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

Shades of Tea Rose #FE8BBF

Tints of Tea Rose #FE8BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.71%

R = 43.49%
G = 23.8%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE8BBF (or 0xFE8BBF) is known color: Tea Rose. HEX triplet: FE, 8B and BF. RGB value is (254,139,191). Sum of RGB (Red+Green+Blue) = 254+139+191=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BBF is #017440. Grayscale: #B3B3B3. Windows color (decimal): -95297 or 12553214. OLE color: 12553214.

HSL color Cylindrical-coordinate representation of color #FE8BBF: hue angle of 332.87º 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 #FE8BBF is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 191 -
CMYK 0 0.45 0.25 0.00
HSL 332.87º 0.98% 0.77% -
HSV(B) 332.87º 0.45% 1% -
XYZ 59.51 43.3 54.51 -
YUV 179.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 254 139 191 0 0.45 0.25 0.00 332.87 0.98 0.77
Hex FE 8B BF 0 2D 19 0 14D 62 4D
Octal 376 213 277 0 55 31 0 515 142 115
Binary 11111110 10001011 10111111 0 101101 11001 0 101001101 1100010 1001101

Color Harmonies of #FE8BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BBF

Black with #FE8BBF

Text Example


Text Example

White with #FE8BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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