Html Css Color HEX #FC81C7 Tea Rose

📋 copy color: '#FC81C7'

red 252 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #FC81C7

Tints of Tea Rose #FC81C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.31%

R = 43.45%
G = 22.24%
B = 34.31%

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

#FC81C7 (or 0xFC81C7) is known color: Tea Rose. HEX triplet: FC, 81 and C7. RGB value is (252,129,199). Sum of RGB (Red+Green+Blue) = 252+129+199=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81C7 is #037E38. Grayscale: #ADADAD. Windows color (decimal): -228921 or 13074940. OLE color: 13074940.

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

Color convert

RGB 252 129 199 -
CMYK 0 0.49 0.21 0.01
HSL 325.85º 0.95% 0.75% -
HSV(B) 325.85º 0.49% 0.99% -
XYZ 58.3 40.52 58.78 -
YUV 173.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 252 129 199 0 0.49 0.21 0.01 325.85 0.95 0.75
Hex FC 81 C7 0 31 15 1 146 5F 4B
Octal 374 201 307 0 61 25 1 506 137 113
Binary 11111100 10000001 11000111 0 110001 10101 1 101000110 1011111 1001011

Color Harmonies of #FC81C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81C7

Black with #FC81C7

Text Example


Text Example

White with #FC81C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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