Html Css Color HEX #FC8DCC Tea Rose

📋 copy color: '#FC8DCC'

red 252 ◦ green 141 ◦ blue 204

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

Shades of Tea Rose #FC8DCC

Tints of Tea Rose #FC8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.62%

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 42.21%
G = 23.62%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC8DCC (or 0xFC8DCC) is known color: Tea Rose. HEX triplet: FC, 8D and CC. RGB value is (252,141,204). Sum of RGB (Red+Green+Blue) = 252+141+204=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DCC is #037233. Grayscale: #B5B5B5. Windows color (decimal): -225844 or 13405692. OLE color: 13405692.

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

Color convert

RGB 252 141 204 -
CMYK 0 0.44 0.19 0.01
HSL 325.95º 0.95% 0.77% -
HSV(B) 325.95º 0.44% 0.99% -
XYZ 60.57 44.1 62.45 -
YUV 181.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 252 141 204 0 0.44 0.19 0.01 325.95 0.95 0.77
Hex FC 8D CC 0 2C 13 1 146 5F 4D
Octal 374 215 314 0 54 23 1 506 137 115
Binary 11111100 10001101 11001100 0 101100 10011 1 101000110 1011111 1001101

Color Harmonies of #FC8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DCC

Black with #FC8DCC

Text Example


Text Example

White with #FC8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DCC; }

 p { color: rgb(252,141,204); }

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

background-color css

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

 a { background-color: rgb(252,141,204); }

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

border-color css

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

 span { border-color: rgb(252,141,204); }

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