Html Css Color HEX #FE8ACE Tea Rose

📋 copy color: '#FE8ACE'

red 254 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #FE8ACE

Tints of Tea Rose #FE8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 42.47%
G = 23.08%
B = 34.45%

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

#FE8ACE (or 0xFE8ACE) is known color: Tea Rose. HEX triplet: FE, 8A and CE. RGB value is (254,138,206). Sum of RGB (Red+Green+Blue) = 254+138+206=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACE is #017531. Grayscale: #B4B4B4. Windows color (decimal): -95538 or 13535998. OLE color: 13535998.

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

Color convert

RGB 254 138 206 -
CMYK 0 0.46 0.19 0.00
HSL 324.83º 0.98% 0.77% -
HSV(B) 324.83º 0.46% 1% -
XYZ 61.1 43.7 63.61 -
YUV 180.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 254 138 206 0 0.46 0.19 0.00 324.83 0.98 0.77
Hex FE 8A CE 0 2E 13 0 145 62 4D
Octal 376 212 316 0 56 23 0 505 142 115
Binary 11111110 10001010 11001110 0 101110 10011 0 101000101 1100010 1001101

Color Harmonies of #FE8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ACE

Black with #FE8ACE

Text Example


Text Example

White with #FE8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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