Html Css Color HEX #FC8CCD Tea Rose

📋 copy color: '#FC8CCD'

red 252 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #FC8CCD

Tints of Tea Rose #FC8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.45%

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

R = 42.21%
G = 23.45%
B = 34.34%

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

#FC8CCD (or 0xFC8CCD) is known color: Tea Rose. HEX triplet: FC, 8C and CD. RGB value is (252,140,205). Sum of RGB (Red+Green+Blue) = 252+140+205=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CCD is #037332. Grayscale: #B4B4B4. Windows color (decimal): -226099 or 13470972. OLE color: 13470972.

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

Color convert

RGB 252 140 205 -
CMYK 0 0.44 0.19 0.01
HSL 325.18º 0.95% 0.77% -
HSV(B) 325.18º 0.44% 0.99% -
XYZ 60.54 43.86 63.03 -
YUV 180.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 252 140 205 0 0.44 0.19 0.01 325.18 0.95 0.77
Hex FC 8C CD 0 2C 13 1 145 5F 4D
Octal 374 214 315 0 54 23 1 505 137 115
Binary 11111100 10001100 11001101 0 101100 10011 1 101000101 1011111 1001101

Color Harmonies of #FC8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CCD

Black with #FC8CCD

Text Example


Text Example

White with #FC8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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