Html Css Color HEX #FE8CB9 Tea Rose

📋 copy color: '#FE8CB9'

red 254 ◦ green 140 ◦ blue 185

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

Shades of Tea Rose #FE8CB9

Tints of Tea Rose #FE8CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

 BLUE value IS 185 (72.66% from 255) = 31.95%

R = 43.87%
G = 24.18%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE8CB9 (or 0xFE8CB9) is known color: Tea Rose. HEX triplet: FE, 8C and B9. RGB value is (254,140,185). Sum of RGB (Red+Green+Blue) = 254+140+185=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CB9 is #017346. Grayscale: #B3B3B3. Windows color (decimal): -95047 or 12160254. OLE color: 12160254.

HSL color Cylindrical-coordinate representation of color #FE8CB9: hue angle of 336.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CB9 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 140 185 -
CMYK 0 0.45 0.27 0.00
HSL 336.32º 0.98% 0.77% -
HSV(B) 336.32º 0.45% 1% -
XYZ 59.01 43.33 51.15 -
YUV 179.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 254 140 185 0 0.45 0.27 0.00 336.32 0.98 0.77
Hex FE 8C B9 0 2D 1B 0 150 62 4D
Octal 376 214 271 0 55 33 0 520 142 115
Binary 11111110 10001100 10111001 0 101101 11011 0 101010000 1100010 1001101

Color Harmonies of #FE8CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CB9

Black with #FE8CB9

Text Example


Text Example

White with #FE8CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CB9; }

 p { color: rgb(254,140,185); }

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

background-color css

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

 a { background-color: rgb(254,140,185); }

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

border-color css

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

 span { border-color: rgb(254,140,185); }

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