Html Css Color HEX #FE8DC4 Tea Rose

📋 copy color: '#FE8DC4'

red 254 ◦ green 141 ◦ blue 196

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

Shades of Tea Rose #FE8DC4

Tints of Tea Rose #FE8DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.16%

R = 42.98%
G = 23.86%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE8DC4 (or 0xFE8DC4) is known color: Tea Rose. HEX triplet: FE, 8D and C4. RGB value is (254,141,196). Sum of RGB (Red+Green+Blue) = 254+141+196=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DC4 is #01723B. Grayscale: #B4B4B4. Windows color (decimal): -94780 or 12881406. OLE color: 12881406.

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

Color convert

RGB 254 141 196 -
CMYK 0 0.44 0.23 0.00
HSL 330.8º 0.98% 0.77% -
HSV(B) 330.8º 0.44% 1% -
XYZ 60.36 44.11 57.56 -
YUV 181.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 254 141 196 0 0.44 0.23 0.00 330.8 0.98 0.77
Hex FE 8D C4 0 2C 17 0 14B 62 4D
Octal 376 215 304 0 54 27 0 513 142 115
Binary 11111110 10001101 11000100 0 101100 10111 0 101001011 1100010 1001101

Color Harmonies of #FE8DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DC4

Black with #FE8DC4

Text Example


Text Example

White with #FE8DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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