Html Css Color HEX #FC91DC Lavender Rose

📋 copy color: '#FC91DC'

red 252 ◦ green 145 ◦ blue 220

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

Shades of Lavender Rose #FC91DC

Tints of Lavender Rose #FC91DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.5%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 40.84%
G = 23.5%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC91DC (or 0xFC91DC) is known color: Lavender Rose. HEX triplet: FC, 91 and DC. RGB value is (252,145,220). Sum of RGB (Red+Green+Blue) = 252+145+220=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91DC is #036E23. Grayscale: #B9B9B9. Windows color (decimal): -224804 or 14455292. OLE color: 14455292.

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

Color convert

RGB 252 145 220 -
CMYK 0 0.42 0.13 0.01
HSL 317.94º 0.95% 0.78% -
HSV(B) 317.94º 0.42% 0.99% -
XYZ 63.19 46.11 73.28 -
YUV 185.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 252 145 220 0 0.42 0.13 0.01 317.94 0.95 0.78
Hex FC 91 DC 0 2A D 1 13E 5F 4E
Octal 374 221 334 0 52 15 1 476 137 116
Binary 11111100 10010001 11011100 0 101010 1101 1 100111110 1011111 1001110

Color Harmonies of #FC91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91DC

Black with #FC91DC

Text Example


Text Example

White with #FC91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91DC; }

 p { color: rgb(252,145,220); }

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

background-color css

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

 a { background-color: rgb(252,145,220); }

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

border-color css

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

 span { border-color: rgb(252,145,220); }

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