Html Css Color HEX #FC93E1 Lavender Rose

📋 copy color: '#FC93E1'

red 252 ◦ green 147 ◦ blue 225

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

Shades of Lavender Rose #FC93E1

Tints of Lavender Rose #FC93E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.06%

R = 40.38%
G = 23.56%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC93E1 (or 0xFC93E1) is known color: Lavender Rose. HEX triplet: FC, 93 and E1. RGB value is (252,147,225). Sum of RGB (Red+Green+Blue) = 252+147+225=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93E1 is #036C1E. Grayscale: #BBBBBB. Windows color (decimal): -224287 or 14783484. OLE color: 14783484.

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

Color convert

RGB 252 147 225 -
CMYK 0 0.42 0.11 0.01
HSL 315.43º 0.95% 0.78% -
HSV(B) 315.43º 0.42% 0.99% -
XYZ 64.17 47 76.92 -
YUV 187.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 252 147 225 0 0.42 0.11 0.01 315.43 0.95 0.78
Hex FC 93 E1 0 2A B 1 13B 5F 4E
Octal 374 223 341 0 52 13 1 473 137 116
Binary 11111100 10010011 11100001 0 101010 1011 1 100111011 1011111 1001110

Color Harmonies of #FC93E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93E1

Black with #FC93E1

Text Example


Text Example

White with #FC93E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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