Html Css Color HEX #FC8FCD Tea Rose

📋 copy color: '#FC8FCD'

red 252 ◦ green 143 ◦ blue 205

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

Shades of Tea Rose #FC8FCD

Tints of Tea Rose #FC8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.83%

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 42%
G = 23.83%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC8FCD (or 0xFC8FCD) is known color: Tea Rose. HEX triplet: FC, 8F and CD. RGB value is (252,143,205). Sum of RGB (Red+Green+Blue) = 252+143+205=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FCD is #037032. Grayscale: #B6B6B6. Windows color (decimal): -225331 or 13471740. OLE color: 13471740.

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

Color convert

RGB 252 143 205 -
CMYK 0 0.43 0.19 0.01
HSL 325.87º 0.95% 0.77% -
HSV(B) 325.87º 0.43% 0.99% -
XYZ 60.99 44.75 63.18 -
YUV 182.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 252 143 205 0 0.43 0.19 0.01 325.87 0.95 0.77
Hex FC 8F CD 0 2B 13 1 146 5F 4D
Octal 374 217 315 0 53 23 1 506 137 115
Binary 11111100 10001111 11001101 0 101011 10011 1 101000110 1011111 1001101

Color Harmonies of #FC8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FCD

Black with #FC8FCD

Text Example


Text Example

White with #FC8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FCD; }

 p { color: rgb(252,143,205); }

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

background-color css

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

 a { background-color: rgb(252,143,205); }

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

border-color css

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

 span { border-color: rgb(252,143,205); }

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