Html Css Color HEX #FC9EDB Lavender Rose

📋 copy color: '#FC9EDB'

red 252 ◦ green 158 ◦ blue 219

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

Shades of Lavender Rose #FC9EDB

Tints of Lavender Rose #FC9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.12%

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

R = 40.06%
G = 25.12%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC9EDB (or 0xFC9EDB) is known color: Lavender Rose. HEX triplet: FC, 9E and DB. RGB value is (252,158,219). Sum of RGB (Red+Green+Blue) = 252+158+219=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDB is #036124. Grayscale: #C0C0C0. Windows color (decimal): -221477 or 14393084. OLE color: 14393084.

HSL color Cylindrical-coordinate representation of color #FC9EDB: hue angle of 321.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EDB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 158 219 -
CMYK 0 0.37 0.13 0.01
HSL 321.06º 0.94% 0.8% -
HSV(B) 321.06º 0.37% 0.99% -
XYZ 65.16 50.26 73.29 -
YUV 193.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 252 158 219 0 0.37 0.13 0.01 321.06 0.94 0.8
Hex FC 9E DB 0 25 D 1 141 5E 50
Octal 374 236 333 0 45 15 1 501 136 120
Binary 11111100 10011110 11011011 0 100101 1101 1 101000001 1011110 1010000

Color Harmonies of #FC9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9EDB

Black with #FC9EDB

Text Example


Text Example

White with #FC9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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