Html Css Color HEX #FC8FC6 Tea Rose

📋 copy color: '#FC8FC6'

red 252 ◦ green 143 ◦ blue 198

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

Shades of Tea Rose #FC8FC6

Tints of Tea Rose #FC8FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 42.5%
G = 24.11%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC8FC6 (or 0xFC8FC6) is known color: Tea Rose. HEX triplet: FC, 8F and C6. RGB value is (252,143,198). Sum of RGB (Red+Green+Blue) = 252+143+198=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FC6 is #037039. Grayscale: #B5B5B5. Windows color (decimal): -225338 or 13012988. OLE color: 13012988.

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

Color convert

RGB 252 143 198 -
CMYK 0 0.43 0.21 0.01
HSL 329.72º 0.95% 0.77% -
HSV(B) 329.72º 0.43% 0.99% -
XYZ 60.16 44.42 58.83 -
YUV 181.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 252 143 198 0 0.43 0.21 0.01 329.72 0.95 0.77
Hex FC 8F C6 0 2B 15 1 14A 5F 4D
Octal 374 217 306 0 53 25 1 512 137 115
Binary 11111100 10001111 11000110 0 101011 10101 1 101001010 1011111 1001101

Color Harmonies of #FC8FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FC6

Black with #FC8FC6

Text Example


Text Example

White with #FC8FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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