Html Css Color HEX #FE8ABB Tea Rose

📋 copy color: '#FE8ABB'

red 254 ◦ green 138 ◦ blue 187

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

Shades of Tea Rose #FE8ABB

Tints of Tea Rose #FE8ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 43.87%
G = 23.83%
B = 32.3%

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

#FE8ABB (or 0xFE8ABB) is known color: Tea Rose. HEX triplet: FE, 8A and BB. RGB value is (254,138,187). Sum of RGB (Red+Green+Blue) = 254+138+187=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ABB is #017544. Grayscale: #B2B2B2. Windows color (decimal): -95557 or 12290814. OLE color: 12290814.

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

Color convert

RGB 254 138 187 -
CMYK 0 0.46 0.26 0.00
HSL 334.66º 0.98% 0.77% -
HSV(B) 334.66º 0.46% 1% -
XYZ 58.93 42.84 52.18 -
YUV 178.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 254 138 187 0 0.46 0.26 0.00 334.66 0.98 0.77
Hex FE 8A BB 0 2E 1A 0 14F 62 4D
Octal 376 212 273 0 56 32 0 517 142 115
Binary 11111110 10001010 10111011 0 101110 11010 0 101001111 1100010 1001101

Color Harmonies of #FE8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ABB

Black with #FE8ABB

Text Example


Text Example

White with #FE8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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