Html Css Color HEX #FC93C0 Tea Rose

📋 copy color: '#FC93C0'

red 252 ◦ green 147 ◦ blue 192

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

Shades of Tea Rose #FC93C0

Tints of Tea Rose #FC93C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.49%

R = 42.64%
G = 24.87%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC93C0 (or 0xFC93C0) is known color: Tea Rose. HEX triplet: FC, 93 and C0. RGB value is (252,147,192). Sum of RGB (Red+Green+Blue) = 252+147+192=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C0 is #036C3F. Grayscale: #B7B7B7. Windows color (decimal): -224320 or 12620796. OLE color: 12620796.

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

Color convert

RGB 252 147 192 -
CMYK 0 0.42 0.24 0.01
HSL 334.29º 0.95% 0.78% -
HSV(B) 334.29º 0.42% 0.99% -
XYZ 60.09 45.37 55.46 -
YUV 183.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 252 147 192 0 0.42 0.24 0.01 334.29 0.95 0.78
Hex FC 93 C0 0 2A 18 1 14E 5F 4E
Octal 374 223 300 0 52 30 1 516 137 116
Binary 11111100 10010011 11000000 0 101010 11000 1 101001110 1011111 1001110

Color Harmonies of #FC93C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93C0

Black with #FC93C0

Text Example


Text Example

White with #FC93C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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