Html Css Color HEX #FE8DB8 Tea Rose

📋 copy color: '#FE8DB8'

red 254 ◦ green 141 ◦ blue 184

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

Shades of Tea Rose #FE8DB8

Tints of Tea Rose #FE8DB8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

 BLUE value IS 184 (72.27% from 255) = 31.78%

R = 43.87%
G = 24.35%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE8DB8 (or 0xFE8DB8) is known color: Tea Rose. HEX triplet: FE, 8D and B8. RGB value is (254,141,184). Sum of RGB (Red+Green+Blue) = 254+141+184=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DB8 is #017247. Grayscale: #B3B3B3. Windows color (decimal): -94792 or 12094974. OLE color: 12094974.

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

Color convert

RGB 254 141 184 -
CMYK 0 0.44 0.28 0.00
HSL 337.17º 0.98% 0.77% -
HSV(B) 337.17º 0.44% 1% -
XYZ 59.05 43.58 50.65 -
YUV 179.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 254 141 184 0 0.44 0.28 0.00 337.17 0.98 0.77
Hex FE 8D B8 0 2C 1C 0 151 62 4D
Octal 376 215 270 0 54 34 0 521 142 115
Binary 11111110 10001101 10111000 0 101100 11100 0 101010001 1100010 1001101

Color Harmonies of #FE8DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DB8

Black with #FE8DB8

Text Example


Text Example

White with #FE8DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DB8; }

 p { color: rgb(254,141,184); }

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

background-color css

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

 a { background-color: rgb(254,141,184); }

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

border-color css

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

 span { border-color: rgb(254,141,184); }

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