Html Css Color HEX #FC93CF Tea Rose

📋 copy color: '#FC93CF'

red 252 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #FC93CF

Tints of Tea Rose #FC93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 41.58%
G = 24.26%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC93CF (or 0xFC93CF) is known color: Tea Rose. HEX triplet: FC, 93 and CF. RGB value is (252,147,207). Sum of RGB (Red+Green+Blue) = 252+147+207=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93CF is #036C30. Grayscale: #B9B9B9. Windows color (decimal): -224305 or 13603836. OLE color: 13603836.

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

Color convert

RGB 252 147 207 -
CMYK 0 0.42 0.18 0.01
HSL 325.71º 0.95% 0.78% -
HSV(B) 325.71º 0.42% 0.99% -
XYZ 61.84 46.07 64.66 -
YUV 185.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 252 147 207 0 0.42 0.18 0.01 325.71 0.95 0.78
Hex FC 93 CF 0 2A 12 1 146 5F 4E
Octal 374 223 317 0 52 22 1 506 137 116
Binary 11111100 10010011 11001111 0 101010 10010 1 101000110 1011111 1001110

Color Harmonies of #FC93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93CF

Black with #FC93CF

Text Example


Text Example

White with #FC93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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