Html Css Color HEX #FE92CE Tea Rose

📋 copy color: '#FE92CE'

red 254 ◦ green 146 ◦ blue 206

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

Shades of Tea Rose #FE92CE

Tints of Tea Rose #FE92CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.09%

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

R = 41.91%
G = 24.09%
B = 33.99%

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

#FE92CE (or 0xFE92CE) is known color: Tea Rose. HEX triplet: FE, 92 and CE. RGB value is (254,146,206). Sum of RGB (Red+Green+Blue) = 254+146+206=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92CE is #016D31. Grayscale: #B9B9B9. Windows color (decimal): -93490 or 13538046. OLE color: 13538046.

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

Color convert

RGB 254 146 206 -
CMYK 0 0.43 0.19 0.00
HSL 326.67º 0.98% 0.78% -
HSV(B) 326.67º 0.43% 1% -
XYZ 62.29 46.08 64 -
YUV 185.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 254 146 206 0 0.43 0.19 0.00 326.67 0.98 0.78
Hex FE 92 CE 0 2B 13 0 147 62 4E
Octal 376 222 316 0 53 23 0 507 142 116
Binary 11111110 10010010 11001110 0 101011 10011 0 101000111 1100010 1001110

Color Harmonies of #FE92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92CE

Black with #FE92CE

Text Example


Text Example

White with #FE92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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