Html Css Color HEX #FE8FBA Tea Rose

📋 copy color: '#FE8FBA'

red 254 ◦ green 143 ◦ blue 186

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

Shades of Tea Rose #FE8FBA

Tints of Tea Rose #FE8FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.53%

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 43.57%
G = 24.53%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE8FBA (or 0xFE8FBA) is known color: Tea Rose. HEX triplet: FE, 8F and BA. RGB value is (254,143,186). Sum of RGB (Red+Green+Blue) = 254+143+186=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FBA is #017045. Grayscale: #B5B5B5. Windows color (decimal): -94278 or 12226558. OLE color: 12226558.

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

Color convert

RGB 254 143 186 -
CMYK 0 0.44 0.27 0.00
HSL 336.76º 0.98% 0.78% -
HSV(B) 336.76º 0.44% 1% -
XYZ 59.56 44.26 51.86 -
YUV 181.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 254 143 186 0 0.44 0.27 0.00 336.76 0.98 0.78
Hex FE 8F BA 0 2C 1B 0 151 62 4E
Octal 376 217 272 0 54 33 0 521 142 116
Binary 11111110 10001111 10111010 0 101100 11011 0 101010001 1100010 1001110

Color Harmonies of #FE8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FBA

Black with #FE8FBA

Text Example


Text Example

White with #FE8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FBA; }

 p { color: rgb(254,143,186); }

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

background-color css

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

 a { background-color: rgb(254,143,186); }

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

border-color css

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

 span { border-color: rgb(254,143,186); }

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