Html Css Color HEX #FD9CDB Lavender Rose

📋 copy color: '#FD9CDB'

red 253 ◦ green 156 ◦ blue 219

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

Shades of Lavender Rose #FD9CDB

Tints of Lavender Rose #FD9CDB

RGB

 RED value IS 253 (99.22% from 255) = 40.29%

 GREEN value IS 156 (61.33% from 255) = 24.84%

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

R = 40.29%
G = 24.84%
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

#FD9CDB (or 0xFD9CDB) is known color: Lavender Rose. HEX triplet: FD, 9C and DB. RGB value is (253,156,219). Sum of RGB (Red+Green+Blue) = 253+156+219=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CDB is #026324. Grayscale: #C0C0C0. Windows color (decimal): -156453 or 14392573. OLE color: 14392573.

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

Color convert

RGB 253 156 219 -
CMYK 0 0.38 0.13 0.01
HSL 321.03º 0.96% 0.8% -
HSV(B) 321.03º 0.38% 0.99% -
XYZ 65.18 49.77 73.19 -
YUV 192.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 253 156 219 0 0.38 0.13 0.01 321.03 0.96 0.8
Hex FD 9C DB 0 26 D 1 141 60 50
Octal 375 234 333 0 46 15 1 501 140 120
Binary 11111101 10011100 11011011 0 100110 1101 1 101000001 1100000 1010000

Color Harmonies of #FD9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9CDB

Black with #FD9CDB

Text Example


Text Example

White with #FD9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9CDB; }

 p { color: rgb(253,156,219); }

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

background-color css

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

 a { background-color: rgb(253,156,219); }

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

border-color css

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

 span { border-color: rgb(253,156,219); }

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