Html Css Color HEX #FA82CB Tea Rose

📋 copy color: '#FA82CB'

red 250 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #FA82CB

Tints of Tea Rose #FA82CB

RGB

 RED value IS 250 (98.05% from 255) = 42.88%

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

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

R = 42.88%
G = 22.3%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA82CB (or 0xFA82CB) is known color: Tea Rose. HEX triplet: FA, 82 and CB. RGB value is (250,130,203). Sum of RGB (Red+Green+Blue) = 250+130+203=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82CB is #057D34. Grayscale: #AEAEAE. Windows color (decimal): -359733 or 13337338. OLE color: 13337338.

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

Color convert

RGB 250 130 203 -
CMYK 0 0.48 0.19 0.02
HSL 323.5º 0.92% 0.75% -
HSV(B) 323.5º 0.48% 0.98% -
XYZ 58.19 40.6 61.27 -
YUV 174.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 250 130 203 0 0.48 0.19 0.02 323.5 0.92 0.75
Hex FA 82 CB 0 30 13 2 144 5C 4B
Octal 372 202 313 0 60 23 2 504 134 113
Binary 11111010 10000010 11001011 0 110000 10011 10 101000100 1011100 1001011

Color Harmonies of #FA82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA82CB

Black with #FA82CB

Text Example


Text Example

White with #FA82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA82CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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