Html Css Color HEX #FE8AC4 Tea Rose

📋 copy color: '#FE8AC4'

red 254 ◦ green 138 ◦ blue 196

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

Shades of Tea Rose #FE8AC4

Tints of Tea Rose #FE8AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 43.2%
G = 23.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE8AC4 (or 0xFE8AC4) is known color: Tea Rose. HEX triplet: FE, 8A and C4. RGB value is (254,138,196). Sum of RGB (Red+Green+Blue) = 254+138+196=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AC4 is #01753B. Grayscale: #B3B3B3. Windows color (decimal): -95548 or 12880638. OLE color: 12880638.

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

Color convert

RGB 254 138 196 -
CMYK 0 0.46 0.23 0.00
HSL 330º 0.98% 0.77% -
HSV(B) 330º 0.46% 1% -
XYZ 59.93 43.23 57.41 -
YUV 179.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 254 138 196 0 0.46 0.23 0.00 330 0.98 0.77
Hex FE 8A C4 0 2E 17 0 14A 62 4D
Octal 376 212 304 0 56 27 0 512 142 115
Binary 11111110 10001010 11000100 0 101110 10111 0 101001010 1100010 1001101

Color Harmonies of #FE8AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AC4

Black with #FE8AC4

Text Example


Text Example

White with #FE8AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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