Html Css Color HEX #FC8DC7 Tea Rose

📋 copy color: '#FC8DC7'

red 252 ◦ green 141 ◦ blue 199

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

Shades of Tea Rose #FC8DC7

Tints of Tea Rose #FC8DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 42.57%
G = 23.82%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC8DC7 (or 0xFC8DC7) is known color: Tea Rose. HEX triplet: FC, 8D and C7. RGB value is (252,141,199). Sum of RGB (Red+Green+Blue) = 252+141+199=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DC7 is #037238. Grayscale: #B4B4B4. Windows color (decimal): -225849 or 13078012. OLE color: 13078012.

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

Color convert

RGB 252 141 199 -
CMYK 0 0.44 0.21 0.01
HSL 328.65º 0.95% 0.77% -
HSV(B) 328.65º 0.44% 0.99% -
XYZ 59.98 43.87 59.34 -
YUV 180.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 252 141 199 0 0.44 0.21 0.01 328.65 0.95 0.77
Hex FC 8D C7 0 2C 15 1 149 5F 4D
Octal 374 215 307 0 54 25 1 511 137 115
Binary 11111100 10001101 11000111 0 101100 10101 1 101001001 1011111 1001101

Color Harmonies of #FC8DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DC7

Black with #FC8DC7

Text Example


Text Example

White with #FC8DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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