Html Css Color HEX #FC9DDB Lavender Rose

📋 copy color: '#FC9DDB'

red 252 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #FC9DDB

Tints of Lavender Rose #FC9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25%

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

R = 40.13%
G = 25%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC9DDB (or 0xFC9DDB) is known color: Lavender Rose. HEX triplet: FC, 9D and DB. RGB value is (252,157,219). Sum of RGB (Red+Green+Blue) = 252+157+219=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DDB is #036224. Grayscale: #C0C0C0. Windows color (decimal): -221733 or 14392828. OLE color: 14392828.

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

Color convert

RGB 252 157 219 -
CMYK 0 0.38 0.13 0.01
HSL 320.84º 0.94% 0.8% -
HSV(B) 320.84º 0.38% 0.99% -
XYZ 64.99 49.92 73.23 -
YUV 192.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 252 157 219 0 0.38 0.13 0.01 320.84 0.94 0.8
Hex FC 9D DB 0 26 D 1 141 5E 50
Octal 374 235 333 0 46 15 1 501 136 120
Binary 11111100 10011101 11011011 0 100110 1101 1 101000001 1011110 1010000

Color Harmonies of #FC9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DDB

Black with #FC9DDB

Text Example


Text Example

White with #FC9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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