Html Css Color HEX #FC93CB Tea Rose

📋 copy color: '#FC93CB'

red 252 ◦ green 147 ◦ blue 203

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

Shades of Tea Rose #FC93CB

Tints of Tea Rose #FC93CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 41.86%
G = 24.42%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC93CB (or 0xFC93CB) is known color: Tea Rose. HEX triplet: FC, 93 and CB. RGB value is (252,147,203). Sum of RGB (Red+Green+Blue) = 252+147+203=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93CB is #036C34. Grayscale: #B8B8B8. Windows color (decimal): -224309 or 13341692. OLE color: 13341692.

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

Color convert

RGB 252 147 203 -
CMYK 0 0.42 0.19 0.01
HSL 328º 0.95% 0.78% -
HSV(B) 328º 0.42% 0.99% -
XYZ 61.36 45.87 62.12 -
YUV 184.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 252 147 203 0 0.42 0.19 0.01 328 0.95 0.78
Hex FC 93 CB 0 2A 13 1 148 5F 4E
Octal 374 223 313 0 52 23 1 510 137 116
Binary 11111100 10010011 11001011 0 101010 10011 1 101001000 1011111 1001110

Color Harmonies of #FC93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93CB

Black with #FC93CB

Text Example


Text Example

White with #FC93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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