Html Css Color HEX #FE92C9 Tea Rose

📋 copy color: '#FE92C9'

red 254 ◦ green 146 ◦ blue 201

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

Shades of Tea Rose #FE92C9

Tints of Tea Rose #FE92C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.44%

R = 42.26%
G = 24.29%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE92C9 (or 0xFE92C9) is known color: Tea Rose. HEX triplet: FE, 92 and C9. RGB value is (254,146,201). Sum of RGB (Red+Green+Blue) = 254+146+201=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92C9 is #016D36. Grayscale: #B8B8B8. Windows color (decimal): -93495 or 13210366. OLE color: 13210366.

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

Color convert

RGB 254 146 201 -
CMYK 0 0.43 0.21 0.00
HSL 329.44º 0.98% 0.78% -
HSV(B) 329.44º 0.43% 1% -
XYZ 61.69 45.85 60.86 -
YUV 184.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 254 146 201 0 0.43 0.21 0.00 329.44 0.98 0.78
Hex FE 92 C9 0 2B 15 0 149 62 4E
Octal 376 222 311 0 53 25 0 511 142 116
Binary 11111110 10010010 11001001 0 101011 10101 0 101001001 1100010 1001110

Color Harmonies of #FE92C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92C9

Black with #FE92C9

Text Example


Text Example

White with #FE92C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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