Html Css Color HEX #FE8DCC Tea Rose

📋 copy color: '#FE8DCC'

red 254 ◦ green 141 ◦ blue 204

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

Shades of Tea Rose #FE8DCC

Tints of Tea Rose #FE8DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 42.4%
G = 23.54%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE8DCC (or 0xFE8DCC) is known color: Tea Rose. HEX triplet: FE, 8D and CC. RGB value is (254,141,204). Sum of RGB (Red+Green+Blue) = 254+141+204=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DCC is #017233. Grayscale: #B5B5B5. Windows color (decimal): -94772 or 13405694. OLE color: 13405694.

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

Color convert

RGB 254 141 204 -
CMYK 0 0.44 0.20 0.00
HSL 326.55º 0.98% 0.77% -
HSV(B) 326.55º 0.44% 1% -
XYZ 61.3 44.48 62.48 -
YUV 181.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 254 141 204 0 0.44 0.20 0.00 326.55 0.98 0.77
Hex FE 8D CC 0 2C 14 0 147 62 4D
Octal 376 215 314 0 54 24 0 507 142 115
Binary 11111110 10001101 11001100 0 101100 10100 0 101000111 1100010 1001101

Color Harmonies of #FE8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DCC

Black with #FE8DCC

Text Example


Text Example

White with #FE8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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