Html Css Color HEX #FE92C4 Tea Rose

📋 copy color: '#FE92C4'

red 254 ◦ green 146 ◦ blue 196

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

Shades of Tea Rose #FE92C4

Tints of Tea Rose #FE92C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.89%

R = 42.62%
G = 24.5%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE92C4 (or 0xFE92C4) is known color: Tea Rose. HEX triplet: FE, 92 and C4. RGB value is (254,146,196). Sum of RGB (Red+Green+Blue) = 254+146+196=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92C4 is #016D3B. Grayscale: #B7B7B7. Windows color (decimal): -93500 or 12882686. OLE color: 12882686.

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

Color convert

RGB 254 146 196 -
CMYK 0 0.43 0.23 0.00
HSL 332.22º 0.98% 0.78% -
HSV(B) 332.22º 0.43% 1% -
XYZ 61.12 45.61 57.81 -
YUV 183.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 254 146 196 0 0.43 0.23 0.00 332.22 0.98 0.78
Hex FE 92 C4 0 2B 17 0 14C 62 4E
Octal 376 222 304 0 53 27 0 514 142 116
Binary 11111110 10010010 11000100 0 101011 10111 0 101001100 1100010 1001110

Color Harmonies of #FE92C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92C4

Black with #FE92C4

Text Example


Text Example

White with #FE92C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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