Html Css Color HEX #FE8ACD Tea Rose

📋 copy color: '#FE8ACD'

red 254 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #FE8ACD

Tints of Tea Rose #FE8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.12%

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

R = 42.55%
G = 23.12%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE8ACD (or 0xFE8ACD) is known color: Tea Rose. HEX triplet: FE, 8A and CD. RGB value is (254,138,205). Sum of RGB (Red+Green+Blue) = 254+138+205=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACD is #017532. Grayscale: #B4B4B4. Windows color (decimal): -95539 or 13470462. OLE color: 13470462.

HSL color Cylindrical-coordinate representation of color #FE8ACD: hue angle of 325.34º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8ACD is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 138 205 -
CMYK 0 0.46 0.19 0.00
HSL 325.34º 0.98% 0.77% -
HSV(B) 325.34º 0.46% 1% -
XYZ 60.98 43.66 62.97 -
YUV 180.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 254 138 205 0 0.46 0.19 0.00 325.34 0.98 0.77
Hex FE 8A CD 0 2E 13 0 145 62 4D
Octal 376 212 315 0 56 23 0 505 142 115
Binary 11111110 10001010 11001101 0 101110 10011 0 101000101 1100010 1001101

Color Harmonies of #FE8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ACD

Black with #FE8ACD

Text Example


Text Example

White with #FE8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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