Html Css Color HEX #FE94D1 Tea Rose

📋 copy color: '#FE94D1'

red 254 ◦ green 148 ◦ blue 209

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

Shades of Tea Rose #FE94D1

Tints of Tea Rose #FE94D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.22%

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 41.57%
G = 24.22%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE94D1 (or 0xFE94D1) is known color: Tea Rose. HEX triplet: FE, 94 and D1. RGB value is (254,148,209). Sum of RGB (Red+Green+Blue) = 254+148+209=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94D1 is #016B2E. Grayscale: #BABABA. Windows color (decimal): -92975 or 13735166. OLE color: 13735166.

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

Color convert

RGB 254 148 209 -
CMYK 0 0.42 0.18 0.00
HSL 325.47º 0.98% 0.79% -
HSV(B) 325.47º 0.42% 1% -
XYZ 62.97 46.85 66.05 -
YUV 186.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 254 148 209 0 0.42 0.18 0.00 325.47 0.98 0.79
Hex FE 94 D1 0 2A 12 0 145 62 4F
Octal 376 224 321 0 52 22 0 505 142 117
Binary 11111110 10010100 11010001 0 101010 10010 0 101000101 1100010 1001111

Color Harmonies of #FE94D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94D1

Black with #FE94D1

Text Example


Text Example

White with #FE94D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94D1; }

 p { color: rgb(254,148,209); }

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

background-color css

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

 a { background-color: rgb(254,148,209); }

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

border-color css

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

 span { border-color: rgb(254,148,209); }

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