Html Css Color HEX #FE8FBF Tea Rose

📋 copy color: '#FE8FBF'

red 254 ◦ green 143 ◦ blue 191

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

Shades of Tea Rose #FE8FBF

Tints of Tea Rose #FE8FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.48%

R = 43.2%
G = 24.32%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE8FBF (or 0xFE8FBF) is known color: Tea Rose. HEX triplet: FE, 8F and BF. RGB value is (254,143,191). Sum of RGB (Red+Green+Blue) = 254+143+191=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FBF is #017040. Grayscale: #B5B5B5. Windows color (decimal): -94273 or 12554238. OLE color: 12554238.

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

Color convert

RGB 254 143 191 -
CMYK 0 0.44 0.25 0.00
HSL 334.05º 0.98% 0.78% -
HSV(B) 334.05º 0.44% 1% -
XYZ 60.1 44.48 54.71 -
YUV 181.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 254 143 191 0 0.44 0.25 0.00 334.05 0.98 0.78
Hex FE 8F BF 0 2C 19 0 14E 62 4E
Octal 376 217 277 0 54 31 0 516 142 116
Binary 11111110 10001111 10111111 0 101100 11001 0 101001110 1100010 1001110

Color Harmonies of #FE8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FBF

Black with #FE8FBF

Text Example


Text Example

White with #FE8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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