Html Css Color HEX #FC81D4 Tea Rose

📋 copy color: '#FC81D4'

red 252 ◦ green 129 ◦ blue 212

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

Shades of Tea Rose #FC81D4

Tints of Tea Rose #FC81D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 42.5%
G = 21.75%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC81D4 (or 0xFC81D4) is known color: Tea Rose. HEX triplet: FC, 81 and D4. RGB value is (252,129,212). Sum of RGB (Red+Green+Blue) = 252+129+212=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81D4 is #037E2B. Grayscale: #AFAFAF. Windows color (decimal): -228908 or 13926908. OLE color: 13926908.

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

Color convert

RGB 252 129 212 -
CMYK 0 0.49 0.16 0.01
HSL 319.51º 0.95% 0.75% -
HSV(B) 319.51º 0.49% 0.99% -
XYZ 59.88 41.15 67.07 -
YUV 175.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 252 129 212 0 0.49 0.16 0.01 319.51 0.95 0.75
Hex FC 81 D4 0 31 10 1 140 5F 4B
Octal 374 201 324 0 61 20 1 500 137 113
Binary 11111100 10000001 11010100 0 110001 10000 1 101000000 1011111 1001011

Color Harmonies of #FC81D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81D4

Black with #FC81D4

Text Example


Text Example

White with #FC81D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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