Html Css Color HEX #FE91CE Tea Rose

📋 copy color: '#FE91CE'

red 254 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #FE91CE

Tints of Tea Rose #FE91CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.97%

 BLUE value IS 206 (80.86% from 255) = 34.05%

R = 41.98%
G = 23.97%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE91CE (or 0xFE91CE) is known color: Tea Rose. HEX triplet: FE, 91 and CE. RGB value is (254,145,206). Sum of RGB (Red+Green+Blue) = 254+145+206=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91CE is #016E31. Grayscale: #B8B8B8. Windows color (decimal): -93746 or 13537790. OLE color: 13537790.

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

Color convert

RGB 254 145 206 -
CMYK 0 0.43 0.19 0.00
HSL 326.42º 0.98% 0.78% -
HSV(B) 326.42º 0.43% 1% -
XYZ 62.14 45.78 63.95 -
YUV 184.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 254 145 206 0 0.43 0.19 0.00 326.42 0.98 0.78
Hex FE 91 CE 0 2B 13 0 146 62 4E
Octal 376 221 316 0 53 23 0 506 142 116
Binary 11111110 10010001 11001110 0 101011 10011 0 101000110 1100010 1001110

Color Harmonies of #FE91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91CE

Black with #FE91CE

Text Example


Text Example

White with #FE91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91CE; }

 p { color: rgb(254,145,206); }

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

background-color css

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

 a { background-color: rgb(254,145,206); }

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

border-color css

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

 span { border-color: rgb(254,145,206); }

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