Html Css Color HEX #FC96EC Lavender Rose

📋 copy color: '#FC96EC'

red 252 ◦ green 150 ◦ blue 236

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

Shades of Lavender Rose #FC96EC

Tints of Lavender Rose #FC96EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.51%

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 39.5%
G = 23.51%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC96EC (or 0xFC96EC) is known color: Lavender Rose. HEX triplet: FC, 96 and EC. RGB value is (252,150,236). Sum of RGB (Red+Green+Blue) = 252+150+236=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC96EC is #036913. Grayscale: #BEBEBE. Windows color (decimal): -223508 or 15505148. OLE color: 15505148.

HSL color Cylindrical-coordinate representation of color #FC96EC: hue angle of 309.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96EC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 236 -
CMYK 0 0.40 0.06 0.01
HSL 309.41º 0.94% 0.79% -
HSV(B) 309.41º 0.4% 0.99% -
XYZ 66.19 48.56 85.24 -
YUV 190.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 252 150 236 0 0.40 0.06 0.01 309.41 0.94 0.79
Hex FC 96 EC 0 28 6 1 135 5E 4F
Octal 374 226 354 0 50 6 1 465 136 117
Binary 11111100 10010110 11101100 0 101000 110 1 100110101 1011110 1001111

Color Harmonies of #FC96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96EC

Black with #FC96EC

Text Example


Text Example

White with #FC96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96EC; }

 p { color: rgb(252,150,236); }

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

background-color css

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

 a { background-color: rgb(252,150,236); }

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

border-color css

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

 span { border-color: rgb(252,150,236); }

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