Html Css Color HEX #FC93C6 Tea Rose

📋 copy color: '#FC93C6'

red 252 ◦ green 147 ◦ blue 198

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

Shades of Tea Rose #FC93C6

Tints of Tea Rose #FC93C6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.62%

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

R = 42.21%
G = 24.62%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC93C6 (or 0xFC93C6) is known color: Tea Rose. HEX triplet: FC, 93 and C6. RGB value is (252,147,198). Sum of RGB (Red+Green+Blue) = 252+147+198=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C6 is #036C39. Grayscale: #B8B8B8. Windows color (decimal): -224314 or 13014012. OLE color: 13014012.

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

Color convert

RGB 252 147 198 -
CMYK 0 0.42 0.21 0.01
HSL 330.86º 0.95% 0.78% -
HSV(B) 330.86º 0.42% 0.99% -
XYZ 60.77 45.64 59.03 -
YUV 184.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 252 147 198 0 0.42 0.21 0.01 330.86 0.95 0.78
Hex FC 93 C6 0 2A 15 1 14B 5F 4E
Octal 374 223 306 0 52 25 1 513 137 116
Binary 11111100 10010011 11000110 0 101010 10101 1 101001011 1011111 1001110

Color Harmonies of #FC93C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93C6

Black with #FC93C6

Text Example


Text Example

White with #FC93C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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