Html Css Color HEX #FE82CB Tea Rose

📋 copy color: '#FE82CB'

red 254 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #FE82CB

Tints of Tea Rose #FE82CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 43.27%
G = 22.15%
B = 34.58%

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

#FE82CB (or 0xFE82CB) is known color: Tea Rose. HEX triplet: FE, 82 and CB. RGB value is (254,130,203). Sum of RGB (Red+Green+Blue) = 254+130+203=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82CB is #017D34. Grayscale: #AFAFAF. Windows color (decimal): -97589 or 13337342. OLE color: 13337342.

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

Color convert

RGB 254 130 203 -
CMYK 0 0.49 0.20 0.00
HSL 324.68º 0.98% 0.75% -
HSV(B) 324.68º 0.49% 1% -
XYZ 59.64 41.35 61.34 -
YUV 175.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 254 130 203 0 0.49 0.20 0.00 324.68 0.98 0.75
Hex FE 82 CB 0 31 14 0 145 62 4B
Octal 376 202 313 0 61 24 0 505 142 113
Binary 11111110 10000010 11001011 0 110001 10100 0 101000101 1100010 1001011

Color Harmonies of #FE82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82CB

Black with #FE82CB

Text Example


Text Example

White with #FE82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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