Html Css Color HEX #FC93E3 Lavender Rose

📋 copy color: '#FC93E3'

red 252 ◦ green 147 ◦ blue 227

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

Shades of Lavender Rose #FC93E3

Tints of Lavender Rose #FC93E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.26%

R = 40.26%
G = 23.48%
B = 36.26%

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

#FC93E3 (or 0xFC93E3) is known color: Lavender Rose. HEX triplet: FC, 93 and E3. RGB value is (252,147,227). Sum of RGB (Red+Green+Blue) = 252+147+227=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 147 (57.81% from 255 or 23.48% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93E3 is #036C1C. Grayscale: #BBBBBB. Windows color (decimal): -224285 or 14914556. OLE color: 14914556.

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

Color convert

RGB 252 147 227 -
CMYK 0 0.42 0.10 0.01
HSL 314.29º 0.95% 0.78% -
HSV(B) 314.29º 0.42% 0.99% -
XYZ 64.44 47.11 78.37 -
YUV 187.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 252 147 227 0 0.42 0.10 0.01 314.29 0.95 0.78
Hex FC 93 E3 0 2A A 1 13A 5F 4E
Octal 374 223 343 0 52 12 1 472 137 116
Binary 11111100 10010011 11100011 0 101010 1010 1 100111010 1011111 1001110

Color Harmonies of #FC93E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93E3

Black with #FC93E3

Text Example


Text Example

White with #FC93E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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