Html Css Color HEX #FC81C6 Tea Rose

📋 copy color: '#FC81C6'

red 252 ◦ green 129 ◦ blue 198

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

Shades of Tea Rose #FC81C6

Tints of Tea Rose #FC81C6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.28%

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

R = 43.52%
G = 22.28%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC81C6 (or 0xFC81C6) is known color: Tea Rose. HEX triplet: FC, 81 and C6. RGB value is (252,129,198). Sum of RGB (Red+Green+Blue) = 252+129+198=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81C6 is #037E39. Grayscale: #ADADAD. Windows color (decimal): -228922 or 13009404. OLE color: 13009404.

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

Color convert

RGB 252 129 198 -
CMYK 0 0.49 0.21 0.01
HSL 326.34º 0.95% 0.75% -
HSV(B) 326.34º 0.49% 0.99% -
XYZ 58.19 40.47 58.17 -
YUV 173.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 252 129 198 0 0.49 0.21 0.01 326.34 0.95 0.75
Hex FC 81 C6 0 31 15 1 146 5F 4B
Octal 374 201 306 0 61 25 1 506 137 113
Binary 11111100 10000001 11000110 0 110001 10101 1 101000110 1011111 1001011

Color Harmonies of #FC81C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81C6

Black with #FC81C6

Text Example


Text Example

White with #FC81C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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