Html Css Color HEX #FE8FBD Tea Rose

📋 copy color: '#FE8FBD'

red 254 ◦ green 143 ◦ blue 189

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

Shades of Tea Rose #FE8FBD

Tints of Tea Rose #FE8FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.25%

R = 43.34%
G = 24.4%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE8FBD (or 0xFE8FBD) is known color: Tea Rose. HEX triplet: FE, 8F and BD. RGB value is (254,143,189). Sum of RGB (Red+Green+Blue) = 254+143+189=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FBD is #017042. Grayscale: #B5B5B5. Windows color (decimal): -94275 or 12423166. OLE color: 12423166.

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

Color convert

RGB 254 143 189 -
CMYK 0 0.44 0.26 0.00
HSL 335.14º 0.98% 0.78% -
HSV(B) 335.14º 0.44% 1% -
XYZ 59.88 44.39 53.56 -
YUV 181.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 254 143 189 0 0.44 0.26 0.00 335.14 0.98 0.78
Hex FE 8F BD 0 2C 1A 0 14F 62 4E
Octal 376 217 275 0 54 32 0 517 142 116
Binary 11111110 10001111 10111101 0 101100 11010 0 101001111 1100010 1001110

Color Harmonies of #FE8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FBD

Black with #FE8FBD

Text Example


Text Example

White with #FE8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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