Html Css Color HEX #FF83C2 Tea Rose

📋 copy color: '#FF83C2'

red 255 ◦ green 131 ◦ blue 194

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

Shades of Tea Rose #FF83C2

Tints of Tea Rose #FF83C2

RGB

 RED value IS 255 (100% from 255) = 43.97%

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

 BLUE value IS 194 (76.17% from 255) = 33.45%

R = 43.97%
G = 22.59%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF83C2 (or 0xFF83C2) is known color: Tea Rose. HEX triplet: FF, 83 and C2. RGB value is (255,131,194). Sum of RGB (Red+Green+Blue) = 255+131+194=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 131 (51.56% from 255 or 22.59% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C2 is #007C3D. Grayscale: #AFAFAF. Windows color (decimal): -31806 or 12747775. OLE color: 12747775.

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

Color convert

RGB 255 131 194 -
CMYK 0 0.49 0.24 0
HSL 329.52º 1% 0.76% -
HSV(B) 329.52º 0.49% 1% -
XYZ 59.09 41.39 55.91 -
YUV 175.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 255 131 194 0 0.49 0.24 0 329.52 1 0.76
Hex FF 83 C2 0 31 18 0 14A 64 4C
Octal 377 203 302 0 61 30 0 512 144 114
Binary 11111111 10000011 11000010 0 110001 11000 0 101001010 1100100 1001100

Color Harmonies of #FF83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83C2

Black with #FF83C2

Text Example


Text Example

White with #FF83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83C2; }

 p { color: rgb(255,131,194); }

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

background-color css

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

 a { background-color: rgb(255,131,194); }

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

border-color css

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

 span { border-color: rgb(255,131,194); }

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