Html Css Color HEX #FE94D2 Tea Rose

📋 copy color: '#FE94D2'

red 254 ◦ green 148 ◦ blue 210

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

Shades of Tea Rose #FE94D2

Tints of Tea Rose #FE94D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.31%

R = 41.5%
G = 24.18%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE94D2 (or 0xFE94D2) is known color: Tea Rose. HEX triplet: FE, 94 and D2. RGB value is (254,148,210). Sum of RGB (Red+Green+Blue) = 254+148+210=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94D2 is #016B2D. Grayscale: #BABABA. Windows color (decimal): -92974 or 13800702. OLE color: 13800702.

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

Color convert

RGB 254 148 210 -
CMYK 0 0.42 0.17 0.00
HSL 324.91º 0.98% 0.79% -
HSV(B) 324.91º 0.42% 1% -
XYZ 63.1 46.9 66.7 -
YUV 186.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 254 148 210 0 0.42 0.17 0.00 324.91 0.98 0.79
Hex FE 94 D2 0 2A 11 0 145 62 4F
Octal 376 224 322 0 52 21 0 505 142 117
Binary 11111110 10010100 11010010 0 101010 10001 0 101000101 1100010 1001111

Color Harmonies of #FE94D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94D2

Black with #FE94D2

Text Example


Text Example

White with #FE94D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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