Html Css Color HEX #FC93DF Lavender Rose

📋 copy color: '#FC93DF'

red 252 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #FC93DF

Tints of Lavender Rose #FC93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 40.51%
G = 23.63%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC93DF (or 0xFC93DF) is known color: Lavender Rose. HEX triplet: FC, 93 and DF. RGB value is (252,147,223). Sum of RGB (Red+Green+Blue) = 252+147+223=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93DF is #036C20. Grayscale: #BABABA. Windows color (decimal): -224289 or 14652412. OLE color: 14652412.

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

Color convert

RGB 252 147 223 -
CMYK 0 0.42 0.12 0.01
HSL 316.57º 0.95% 0.78% -
HSV(B) 316.57º 0.42% 0.99% -
XYZ 63.9 46.89 75.5 -
YUV 187.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 252 147 223 0 0.42 0.12 0.01 316.57 0.95 0.78
Hex FC 93 DF 0 2A C 1 13D 5F 4E
Octal 374 223 337 0 52 14 1 475 137 116
Binary 11111100 10010011 11011111 0 101010 1100 1 100111101 1011111 1001110

Color Harmonies of #FC93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93DF

Black with #FC93DF

Text Example


Text Example

White with #FC93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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