Html Css Color HEX #FD83C0 Tea Rose

📋 copy color: '#FD83C0'

red 253 ◦ green 131 ◦ blue 192

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

Shades of Tea Rose #FD83C0

Tints of Tea Rose #FD83C0

RGB

 RED value IS 253 (99.22% from 255) = 43.92%

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

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 43.92%
G = 22.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD83C0 (or 0xFD83C0) is known color: Tea Rose. HEX triplet: FD, 83 and C0. RGB value is (253,131,192). Sum of RGB (Red+Green+Blue) = 253+131+192=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83C0 is #027C3F. Grayscale: #AEAEAE. Windows color (decimal): -162880 or 12616701. OLE color: 12616701.

HSL color Cylindrical-coordinate representation of color #FD83C0: hue angle of 330º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD83C0 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 131 192 -
CMYK 0 0.48 0.24 0.01
HSL 330º 0.97% 0.75% -
HSV(B) 330º 0.48% 0.99% -
XYZ 58.14 40.92 54.7 -
YUV 174.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 253 131 192 0 0.48 0.24 0.01 330 0.97 0.75
Hex FD 83 C0 0 30 18 1 14A 61 4B
Octal 375 203 300 0 60 30 1 512 141 113
Binary 11111101 10000011 11000000 0 110000 11000 1 101001010 1100001 1001011

Color Harmonies of #FD83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD83C0

Black with #FD83C0

Text Example


Text Example

White with #FD83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD83C0; }

 p { color: rgb(253,131,192); }

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

background-color css

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

 a { background-color: rgb(253,131,192); }

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

border-color css

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

 span { border-color: rgb(253,131,192); }

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