Html Css Color HEX #FF83CB Tea Rose

📋 copy color: '#FF83CB'

red 255 ◦ green 131 ◦ blue 203

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

Shades of Tea Rose #FF83CB

Tints of Tea Rose #FF83CB

RGB

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

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

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

R = 43.29%
G = 22.24%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF83CB (or 0xFF83CB) is known color: Tea Rose. HEX triplet: FF, 83 and CB. RGB value is (255,131,203). Sum of RGB (Red+Green+Blue) = 255+131+203=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83CB is #007C34. Grayscale: #B0B0B0. Windows color (decimal): -31797 or 13337599. OLE color: 13337599.

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

Color convert

RGB 255 131 203 -
CMYK 0 0.49 0.20 0
HSL 325.16º 1% 0.76% -
HSV(B) 325.16º 0.49% 1% -
XYZ 60.14 41.8 61.4 -
YUV 176.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 255 131 203 0 0.49 0.20 0 325.16 1 0.76
Hex FF 83 CB 0 31 14 0 145 64 4C
Octal 377 203 313 0 61 24 0 505 144 114
Binary 11111111 10000011 11001011 0 110001 10100 0 101000101 1100100 1001100

Color Harmonies of #FF83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83CB

Black with #FF83CB

Text Example


Text Example

White with #FF83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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