Html Css Color HEX #FE92D1 Tea Rose

📋 copy color: '#FE92D1'

red 254 ◦ green 146 ◦ blue 209

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

Shades of Tea Rose #FE92D1

Tints of Tea Rose #FE92D1

RGB

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

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

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

R = 41.71%
G = 23.97%
B = 34.32%

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

#FE92D1 (or 0xFE92D1) is known color: Tea Rose. HEX triplet: FE, 92 and D1. RGB value is (254,146,209). Sum of RGB (Red+Green+Blue) = 254+146+209=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92D1 is #016D2E. Grayscale: #B9B9B9. Windows color (decimal): -93487 or 13734654. OLE color: 13734654.

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

Color convert

RGB 254 146 209 -
CMYK 0 0.43 0.18 0.00
HSL 325º 0.98% 0.78% -
HSV(B) 325º 0.43% 1% -
XYZ 62.66 46.23 65.94 -
YUV 185.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 254 146 209 0 0.43 0.18 0.00 325 0.98 0.78
Hex FE 92 D1 0 2B 12 0 145 62 4E
Octal 376 222 321 0 53 22 0 505 142 116
Binary 11111110 10010010 11010001 0 101011 10010 0 101000101 1100010 1001110

Color Harmonies of #FE92D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92D1

Black with #FE92D1

Text Example


Text Example

White with #FE92D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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