Html Css Color HEX #FC93E0 Lavender Rose

📋 copy color: '#FC93E0'

red 252 ◦ green 147 ◦ blue 224

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

Shades of Lavender Rose #FC93E0

Tints of Lavender Rose #FC93E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.96%

R = 40.45%
G = 23.6%
B = 35.96%

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

#FC93E0 (or 0xFC93E0) is known color: Lavender Rose. HEX triplet: FC, 93 and E0. RGB value is (252,147,224). Sum of RGB (Red+Green+Blue) = 252+147+224=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93E0 is #036C1F. Grayscale: #BABABA. Windows color (decimal): -224288 or 14717948. OLE color: 14717948.

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

Color convert

RGB 252 147 224 -
CMYK 0 0.42 0.11 0.01
HSL 316º 0.95% 0.78% -
HSV(B) 316º 0.42% 0.99% -
XYZ 64.03 46.94 76.21 -
YUV 187.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 252 147 224 0 0.42 0.11 0.01 316 0.95 0.78
Hex FC 93 E0 0 2A B 1 13C 5F 4E
Octal 374 223 340 0 52 13 1 474 137 116
Binary 11111100 10010011 11100000 0 101010 1011 1 100111100 1011111 1001110

Color Harmonies of #FC93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93E0

Black with #FC93E0

Text Example


Text Example

White with #FC93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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