Html Css Color HEX #FE8DCD Tea Rose

📋 copy color: '#FE8DCD'

red 254 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #FE8DCD

Tints of Tea Rose #FE8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 42.33%
G = 23.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE8DCD (or 0xFE8DCD) is known color: Tea Rose. HEX triplet: FE, 8D and CD. RGB value is (254,141,205). Sum of RGB (Red+Green+Blue) = 254+141+205=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DCD is #017232. Grayscale: #B5B5B5. Windows color (decimal): -94771 or 13471230. OLE color: 13471230.

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

Color convert

RGB 254 141 205 -
CMYK 0 0.44 0.19 0.00
HSL 326.02º 0.98% 0.77% -
HSV(B) 326.02º 0.44% 1% -
XYZ 61.42 44.53 63.12 -
YUV 182.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 254 141 205 0 0.44 0.19 0.00 326.02 0.98 0.77
Hex FE 8D CD 0 2C 13 0 146 62 4D
Octal 376 215 315 0 54 23 0 506 142 115
Binary 11111110 10001101 11001101 0 101100 10011 0 101000110 1100010 1001101

Color Harmonies of #FE8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DCD

Black with #FE8DCD

Text Example


Text Example

White with #FE8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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