Html Css Color HEX #FC81CB Tea Rose

📋 copy color: '#FC81CB'

red 252 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #FC81CB

Tints of Tea Rose #FC81CB

RGB

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

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

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

R = 43.15%
G = 22.09%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC81CB (or 0xFC81CB) is known color: Tea Rose. HEX triplet: FC, 81 and CB. RGB value is (252,129,203). Sum of RGB (Red+Green+Blue) = 252+129+203=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81CB is #037E34. Grayscale: #AEAEAE. Windows color (decimal): -228917 or 13337084. OLE color: 13337084.

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

Color convert

RGB 252 129 203 -
CMYK 0 0.49 0.19 0.01
HSL 323.9º 0.95% 0.75% -
HSV(B) 323.9º 0.49% 0.99% -
XYZ 58.77 40.71 61.26 -
YUV 174.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 252 129 203 0 0.49 0.19 0.01 323.9 0.95 0.75
Hex FC 81 CB 0 31 13 1 144 5F 4B
Octal 374 201 313 0 61 23 1 504 137 113
Binary 11111100 10000001 11001011 0 110001 10011 1 101000100 1011111 1001011

Color Harmonies of #FC81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81CB

Black with #FC81CB

Text Example


Text Example

White with #FC81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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