Html Css Color HEX #FE8DCF Tea Rose

📋 copy color: '#FE8DCF'

red 254 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #FE8DCF

Tints of Tea Rose #FE8DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 42.19%
G = 23.42%
B = 34.39%

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

#FE8DCF (or 0xFE8DCF) is known color: Tea Rose. HEX triplet: FE, 8D and CF. RGB value is (254,141,207). Sum of RGB (Red+Green+Blue) = 254+141+207=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DCF is #017230. Grayscale: #B6B6B6. Windows color (decimal): -94769 or 13602302. OLE color: 13602302.

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

Color convert

RGB 254 141 207 -
CMYK 0 0.44 0.19 0.00
HSL 324.96º 0.98% 0.77% -
HSV(B) 324.96º 0.44% 1% -
XYZ 61.66 44.63 64.4 -
YUV 182.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 254 141 207 0 0.44 0.19 0.00 324.96 0.98 0.77
Hex FE 8D CF 0 2C 13 0 145 62 4D
Octal 376 215 317 0 54 23 0 505 142 115
Binary 11111110 10001101 11001111 0 101100 10011 0 101000101 1100010 1001101

Color Harmonies of #FE8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DCF

Black with #FE8DCF

Text Example


Text Example

White with #FE8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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