Html Css Color HEX #FE8EBF Tea Rose

📋 copy color: '#FE8EBF'

red 254 ◦ green 142 ◦ blue 191

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

Shades of Tea Rose #FE8EBF

Tints of Tea Rose #FE8EBF

RGB

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

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

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

R = 43.27%
G = 24.19%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE8EBF (or 0xFE8EBF) is known color: Tea Rose. HEX triplet: FE, 8E and BF. RGB value is (254,142,191). Sum of RGB (Red+Green+Blue) = 254+142+191=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8EBF is #017140. Grayscale: #B4B4B4. Windows color (decimal): -94529 or 12553982. OLE color: 12553982.

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

Color convert

RGB 254 142 191 -
CMYK 0 0.44 0.25 0.00
HSL 333.75º 0.98% 0.78% -
HSV(B) 333.75º 0.44% 1% -
XYZ 59.95 44.18 54.66 -
YUV 181.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 254 142 191 0 0.44 0.25 0.00 333.75 0.98 0.78
Hex FE 8E BF 0 2C 19 0 14E 62 4E
Octal 376 216 277 0 54 31 0 516 142 116
Binary 11111110 10001110 10111111 0 101100 11001 0 101001110 1100010 1001110

Color Harmonies of #FE8EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EBF

Black with #FE8EBF

Text Example


Text Example

White with #FE8EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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