Html Css Color HEX #FC83C6 Tea Rose

📋 copy color: '#FC83C6'

red 252 ◦ green 131 ◦ blue 198

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

Shades of Tea Rose #FC83C6

Tints of Tea Rose #FC83C6

RGB

 RED value IS 252 (98.83% from 255) = 43.37%

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

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 43.37%
G = 22.55%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC83C6 (or 0xFC83C6) is known color: Tea Rose. HEX triplet: FC, 83 and C6. RGB value is (252,131,198). Sum of RGB (Red+Green+Blue) = 252+131+198=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83C6 is #037C39. Grayscale: #AEAEAE. Windows color (decimal): -228410 or 13009916. OLE color: 13009916.

HSL color Cylindrical-coordinate representation of color #FC83C6: hue angle of 326.78º degrees, saturation: 0.95, 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 #FC83C6 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 131 198 -
CMYK 0 0.48 0.21 0.01
HSL 326.78º 0.95% 0.75% -
HSV(B) 326.78º 0.48% 0.99% -
XYZ 58.45 41.01 58.26 -
YUV 174.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 252 131 198 0 0.48 0.21 0.01 326.78 0.95 0.75
Hex FC 83 C6 0 30 15 1 147 5F 4B
Octal 374 203 306 0 60 25 1 507 137 113
Binary 11111100 10000011 11000110 0 110000 10101 1 101000111 1011111 1001011

Color Harmonies of #FC83C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83C6

Black with #FC83C6

Text Example


Text Example

White with #FC83C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83C6; }

 p { color: rgb(252,131,198); }

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

background-color css

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

 a { background-color: rgb(252,131,198); }

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

border-color css

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

 span { border-color: rgb(252,131,198); }

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