Html Css Color HEX #FC93DB Lavender Rose

📋 copy color: '#FC93DB'

red 252 ◦ green 147 ◦ blue 219

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

Shades of Lavender Rose #FC93DB

Tints of Lavender Rose #FC93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 40.78%
G = 23.79%
B = 35.44%

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

#FC93DB (or 0xFC93DB) is known color: Lavender Rose. HEX triplet: FC, 93 and DB. RGB value is (252,147,219). Sum of RGB (Red+Green+Blue) = 252+147+219=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93DB is #036C24. Grayscale: #BABABA. Windows color (decimal): -224293 or 14390268. OLE color: 14390268.

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

Color convert

RGB 252 147 219 -
CMYK 0 0.42 0.13 0.01
HSL 318.86º 0.95% 0.78% -
HSV(B) 318.86º 0.42% 0.99% -
XYZ 63.36 46.68 72.69 -
YUV 186.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 252 147 219 0 0.42 0.13 0.01 318.86 0.95 0.78
Hex FC 93 DB 0 2A D 1 13F 5F 4E
Octal 374 223 333 0 52 15 1 477 137 116
Binary 11111100 10010011 11011011 0 101010 1101 1 100111111 1011111 1001110

Color Harmonies of #FC93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93DB

Black with #FC93DB

Text Example


Text Example

White with #FC93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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