Html Css Color HEX #FE8ABC Tea Rose

📋 copy color: '#FE8ABC'

red 254 ◦ green 138 ◦ blue 188

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

Shades of Tea Rose #FE8ABC

Tints of Tea Rose #FE8ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 43.79%
G = 23.79%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE8ABC (or 0xFE8ABC) is known color: Tea Rose. HEX triplet: FE, 8A and BC. RGB value is (254,138,188). Sum of RGB (Red+Green+Blue) = 254+138+188=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ABC is #017543. Grayscale: #B2B2B2. Windows color (decimal): -95556 or 12356350. OLE color: 12356350.

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

Color convert

RGB 254 138 188 -
CMYK 0 0.46 0.26 0.00
HSL 334.14º 0.98% 0.77% -
HSV(B) 334.14º 0.46% 1% -
XYZ 59.04 42.88 52.74 -
YUV 178.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 254 138 188 0 0.46 0.26 0.00 334.14 0.98 0.77
Hex FE 8A BC 0 2E 1A 0 14E 62 4D
Octal 376 212 274 0 56 32 0 516 142 115
Binary 11111110 10001010 10111100 0 101110 11010 0 101001110 1100010 1001101

Color Harmonies of #FE8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ABC

Black with #FE8ABC

Text Example


Text Example

White with #FE8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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