Html Css Color HEX #FE8DBE Tea Rose

📋 copy color: '#FE8DBE'

red 254 ◦ green 141 ◦ blue 190

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

Shades of Tea Rose #FE8DBE

Tints of Tea Rose #FE8DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 43.42%
G = 24.1%
B = 32.48%

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

#FE8DBE (or 0xFE8DBE) is known color: Tea Rose. HEX triplet: FE, 8D and BE. RGB value is (254,141,190). Sum of RGB (Red+Green+Blue) = 254+141+190=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DBE is #017241. Grayscale: #B4B4B4. Windows color (decimal): -94786 or 12488190. OLE color: 12488190.

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

Color convert

RGB 254 141 190 -
CMYK 0 0.44 0.25 0.00
HSL 333.98º 0.98% 0.77% -
HSV(B) 333.98º 0.44% 1% -
XYZ 59.69 43.84 54.03 -
YUV 180.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 254 141 190 0 0.44 0.25 0.00 333.98 0.98 0.77
Hex FE 8D BE 0 2C 19 0 14E 62 4D
Octal 376 215 276 0 54 31 0 516 142 115
Binary 11111110 10001101 10111110 0 101100 11001 0 101001110 1100010 1001101

Color Harmonies of #FE8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DBE

Black with #FE8DBE

Text Example


Text Example

White with #FE8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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