Html Css Color HEX #FE8AC0 Tea Rose

📋 copy color: '#FE8AC0'

red 254 ◦ green 138 ◦ blue 192

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

Shades of Tea Rose #FE8AC0

Tints of Tea Rose #FE8AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 43.49%
G = 23.63%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE8AC0 (or 0xFE8AC0) is known color: Tea Rose. HEX triplet: FE, 8A and C0. RGB value is (254,138,192). Sum of RGB (Red+Green+Blue) = 254+138+192=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AC0 is #01753F. Grayscale: #B2B2B2. Windows color (decimal): -95552 or 12618494. OLE color: 12618494.

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

Color convert

RGB 254 138 192 -
CMYK 0 0.46 0.24 0.00
HSL 332.07º 0.98% 0.77% -
HSV(B) 332.07º 0.46% 1% -
XYZ 59.48 43.05 55.04 -
YUV 178.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 254 138 192 0 0.46 0.24 0.00 332.07 0.98 0.77
Hex FE 8A C0 0 2E 18 0 14C 62 4D
Octal 376 212 300 0 56 30 0 514 142 115
Binary 11111110 10001010 11000000 0 101110 11000 0 101001100 1100010 1001101

Color Harmonies of #FE8AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AC0

Black with #FE8AC0

Text Example


Text Example

White with #FE8AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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