Html Css Color HEX #FE83C4 Tea Rose

📋 copy color: '#FE83C4'

red 254 ◦ green 131 ◦ blue 196

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

Shades of Tea Rose #FE83C4

Tints of Tea Rose #FE83C4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.55%

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

R = 43.72%
G = 22.55%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE83C4 (or 0xFE83C4) is known color: Tea Rose. HEX triplet: FE, 83 and C4. RGB value is (254,131,196). Sum of RGB (Red+Green+Blue) = 254+131+196=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83C4 is #017C3B. Grayscale: #AFAFAF. Windows color (decimal): -97340 or 12878846. OLE color: 12878846.

HSL color Cylindrical-coordinate representation of color #FE83C4: hue angle of 328.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE83C4 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 131 196 -
CMYK 0 0.48 0.23 0.00
HSL 328.29º 0.98% 0.75% -
HSV(B) 328.29º 0.48% 1% -
XYZ 58.95 41.29 57.09 -
YUV 175.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 254 131 196 0 0.48 0.23 0.00 328.29 0.98 0.75
Hex FE 83 C4 0 30 17 0 148 62 4B
Octal 376 203 304 0 60 27 0 510 142 113
Binary 11111110 10000011 11000100 0 110000 10111 0 101001000 1100010 1001011

Color Harmonies of #FE83C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83C4

Black with #FE83C4

Text Example


Text Example

White with #FE83C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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