Html Css Color HEX #FC8DCF Tea Rose

📋 copy color: '#FC8DCF'

red 252 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #FC8DCF

Tints of Tea Rose #FC8DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.5%

R = 42%
G = 23.5%
B = 34.5%

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

#FC8DCF (or 0xFC8DCF) is known color: Tea Rose. HEX triplet: FC, 8D and CF. RGB value is (252,141,207). Sum of RGB (Red+Green+Blue) = 252+141+207=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DCF is #037230. Grayscale: #B5B5B5. Windows color (decimal): -225841 or 13602300. OLE color: 13602300.

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

Color convert

RGB 252 141 207 -
CMYK 0 0.44 0.18 0.01
HSL 324.32º 0.95% 0.77% -
HSV(B) 324.32º 0.44% 0.99% -
XYZ 60.93 44.25 64.36 -
YUV 181.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 252 141 207 0 0.44 0.18 0.01 324.32 0.95 0.77
Hex FC 8D CF 0 2C 12 1 144 5F 4D
Octal 374 215 317 0 54 22 1 504 137 115
Binary 11111100 10001101 11001111 0 101100 10010 1 101000100 1011111 1001101

Color Harmonies of #FC8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DCF

Black with #FC8DCF

Text Example


Text Example

White with #FC8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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