Html Css Color HEX #FC93C8 Tea Rose

📋 copy color: '#FC93C8'

red 252 ◦ green 147 ◦ blue 200

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

Shades of Tea Rose #FC93C8

Tints of Tea Rose #FC93C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 42.07%
G = 24.54%
B = 33.39%

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

#FC93C8 (or 0xFC93C8) is known color: Tea Rose. HEX triplet: FC, 93 and C8. RGB value is (252,147,200). Sum of RGB (Red+Green+Blue) = 252+147+200=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C8 is #036C37. Grayscale: #B8B8B8. Windows color (decimal): -224312 or 13145084. OLE color: 13145084.

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

Color convert

RGB 252 147 200 -
CMYK 0 0.42 0.21 0.01
HSL 329.71º 0.95% 0.78% -
HSV(B) 329.71º 0.42% 0.99% -
XYZ 61 45.73 60.26 -
YUV 184.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 252 147 200 0 0.42 0.21 0.01 329.71 0.95 0.78
Hex FC 93 C8 0 2A 15 1 14A 5F 4E
Octal 374 223 310 0 52 25 1 512 137 116
Binary 11111100 10010011 11001000 0 101010 10101 1 101001010 1011111 1001110

Color Harmonies of #FC93C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93C8

Black with #FC93C8

Text Example


Text Example

White with #FC93C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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