Html Css Color HEX #FE92D0 Tea Rose

📋 copy color: '#FE92D0'

red 254 ◦ green 146 ◦ blue 208

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

Shades of Tea Rose #FE92D0

Tints of Tea Rose #FE92D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 41.78%
G = 24.01%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE92D0 (or 0xFE92D0) is known color: Tea Rose. HEX triplet: FE, 92 and D0. RGB value is (254,146,208). Sum of RGB (Red+Green+Blue) = 254+146+208=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92D0 is #016D2F. Grayscale: #B9B9B9. Windows color (decimal): -93488 or 13669118. OLE color: 13669118.

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

Color convert

RGB 254 146 208 -
CMYK 0 0.43 0.18 0.00
HSL 325.56º 0.98% 0.78% -
HSV(B) 325.56º 0.43% 1% -
XYZ 62.54 46.18 65.29 -
YUV 185.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 254 146 208 0 0.43 0.18 0.00 325.56 0.98 0.78
Hex FE 92 D0 0 2B 12 0 146 62 4E
Octal 376 222 320 0 53 22 0 506 142 116
Binary 11111110 10010010 11010000 0 101011 10010 0 101000110 1100010 1001110

Color Harmonies of #FE92D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92D0

Black with #FE92D0

Text Example


Text Example

White with #FE92D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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