Html Css Color HEX #FE91CC Tea Rose

📋 copy color: '#FE91CC'

red 254 ◦ green 145 ◦ blue 204

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

Shades of Tea Rose #FE91CC

Tints of Tea Rose #FE91CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.83%

R = 42.12%
G = 24.05%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE91CC (or 0xFE91CC) is known color: Tea Rose. HEX triplet: FE, 91 and CC. RGB value is (254,145,204). Sum of RGB (Red+Green+Blue) = 254+145+204=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91CC is #016E33. Grayscale: #B8B8B8. Windows color (decimal): -93748 or 13406718. OLE color: 13406718.

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

Color convert

RGB 254 145 204 -
CMYK 0 0.43 0.20 0.00
HSL 327.52º 0.98% 0.78% -
HSV(B) 327.52º 0.43% 1% -
XYZ 61.9 45.68 62.68 -
YUV 184.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 254 145 204 0 0.43 0.20 0.00 327.52 0.98 0.78
Hex FE 91 CC 0 2B 14 0 148 62 4E
Octal 376 221 314 0 53 24 0 510 142 116
Binary 11111110 10010001 11001100 0 101011 10100 0 101001000 1100010 1001110

Color Harmonies of #FE91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91CC

Black with #FE91CC

Text Example


Text Example

White with #FE91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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