Html Css Color HEX #FC8DCE Tea Rose

📋 copy color: '#FC8DCE'

red 252 ◦ green 141 ◦ blue 206

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

Shades of Tea Rose #FC8DCE

Tints of Tea Rose #FC8DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 42.07%
G = 23.54%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC8DCE (or 0xFC8DCE) is known color: Tea Rose. HEX triplet: FC, 8D and CE. RGB value is (252,141,206). Sum of RGB (Red+Green+Blue) = 252+141+206=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DCE is #037231. Grayscale: #B5B5B5. Windows color (decimal): -225842 or 13536764. OLE color: 13536764.

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

Color convert

RGB 252 141 206 -
CMYK 0 0.44 0.18 0.01
HSL 324.86º 0.95% 0.77% -
HSV(B) 324.86º 0.44% 0.99% -
XYZ 60.81 44.2 63.72 -
YUV 181.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 252 141 206 0 0.44 0.18 0.01 324.86 0.95 0.77
Hex FC 8D CE 0 2C 12 1 145 5F 4D
Octal 374 215 316 0 54 22 1 505 137 115
Binary 11111100 10001101 11001110 0 101100 10010 1 101000101 1011111 1001101

Color Harmonies of #FC8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DCE

Black with #FC8DCE

Text Example


Text Example

White with #FC8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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