Html Css Color HEX #FC93E2 Lavender Rose

📋 copy color: '#FC93E2'

red 252 ◦ green 147 ◦ blue 226

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

Shades of Lavender Rose #FC93E2

Tints of Lavender Rose #FC93E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.16%

R = 40.32%
G = 23.52%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC93E2 (or 0xFC93E2) is known color: Lavender Rose. HEX triplet: FC, 93 and E2. RGB value is (252,147,226). Sum of RGB (Red+Green+Blue) = 252+147+226=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93E2 is #036C1D. Grayscale: #BBBBBB. Windows color (decimal): -224286 or 14849020. OLE color: 14849020.

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

Color convert

RGB 252 147 226 -
CMYK 0 0.42 0.10 0.01
HSL 314.86º 0.95% 0.78% -
HSV(B) 314.86º 0.42% 0.99% -
XYZ 64.31 47.05 77.64 -
YUV 187.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 252 147 226 0 0.42 0.10 0.01 314.86 0.95 0.78
Hex FC 93 E2 0 2A A 1 13B 5F 4E
Octal 374 223 342 0 52 12 1 473 137 116
Binary 11111100 10010011 11100010 0 101010 1010 1 100111011 1011111 1001110

Color Harmonies of #FC93E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93E2

Black with #FC93E2

Text Example


Text Example

White with #FC93E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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