Html Css Color HEX #FE8DC2 Tea Rose

📋 copy color: '#FE8DC2'

red 254 ◦ green 141 ◦ blue 194

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

Shades of Tea Rose #FE8DC2

Tints of Tea Rose #FE8DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 43.12%
G = 23.94%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE8DC2 (or 0xFE8DC2) is known color: Tea Rose. HEX triplet: FE, 8D and C2. RGB value is (254,141,194). Sum of RGB (Red+Green+Blue) = 254+141+194=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DC2 is #01723D. Grayscale: #B4B4B4. Windows color (decimal): -94782 or 12750334. OLE color: 12750334.

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

Color convert

RGB 254 141 194 -
CMYK 0 0.44 0.24 0.00
HSL 331.86º 0.98% 0.77% -
HSV(B) 331.86º 0.44% 1% -
XYZ 60.14 44.02 56.37 -
YUV 180.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 254 141 194 0 0.44 0.24 0.00 331.86 0.98 0.77
Hex FE 8D C2 0 2C 18 0 14C 62 4D
Octal 376 215 302 0 54 30 0 514 142 115
Binary 11111110 10001101 11000010 0 101100 11000 0 101001100 1100010 1001101

Color Harmonies of #FE8DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DC2

Black with #FE8DC2

Text Example


Text Example

White with #FE8DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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