Html Css Color HEX #FE82CA Tea Rose

📋 copy color: '#FE82CA'

red 254 ◦ green 130 ◦ blue 202

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

Shades of Tea Rose #FE82CA

Tints of Tea Rose #FE82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.18%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 43.34%
G = 22.18%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE82CA (or 0xFE82CA) is known color: Tea Rose. HEX triplet: FE, 82 and CA. RGB value is (254,130,202). Sum of RGB (Red+Green+Blue) = 254+130+202=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82CA is #017D35. Grayscale: #AFAFAF. Windows color (decimal): -97590 or 13271806. OLE color: 13271806.

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

Color convert

RGB 254 130 202 -
CMYK 0 0.49 0.20 0.00
HSL 325.16º 0.98% 0.75% -
HSV(B) 325.16º 0.49% 1% -
XYZ 59.52 41.3 60.71 -
YUV 175.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 254 130 202 0 0.49 0.20 0.00 325.16 0.98 0.75
Hex FE 82 CA 0 31 14 0 145 62 4B
Octal 376 202 312 0 61 24 0 505 142 113
Binary 11111110 10000010 11001010 0 110001 10100 0 101000101 1100010 1001011

Color Harmonies of #FE82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82CA

Black with #FE82CA

Text Example


Text Example

White with #FE82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82CA; }

 p { color: rgb(254,130,202); }

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

background-color css

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

 a { background-color: rgb(254,130,202); }

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

border-color css

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

 span { border-color: rgb(254,130,202); }

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