Html Css Color HEX #FE94CE Tea Rose

📋 copy color: '#FE94CE'

red 254 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #FE94CE

Tints of Tea Rose #FE94CE

RGB

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

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

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

R = 41.78%
G = 24.34%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE94CE (or 0xFE94CE) is known color: Tea Rose. HEX triplet: FE, 94 and CE. RGB value is (254,148,206). Sum of RGB (Red+Green+Blue) = 254+148+206=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94CE is #016B31. Grayscale: #BABABA. Windows color (decimal): -92978 or 13538558. OLE color: 13538558.

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

Color convert

RGB 254 148 206 -
CMYK 0 0.42 0.19 0.00
HSL 327.17º 0.98% 0.79% -
HSV(B) 327.17º 0.42% 1% -
XYZ 62.6 46.71 64.11 -
YUV 186.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 254 148 206 0 0.42 0.19 0.00 327.17 0.98 0.79
Hex FE 94 CE 0 2A 13 0 147 62 4F
Octal 376 224 316 0 52 23 0 507 142 117
Binary 11111110 10010100 11001110 0 101010 10011 0 101000111 1100010 1001111

Color Harmonies of #FE94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94CE

Black with #FE94CE

Text Example


Text Example

White with #FE94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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