Html Css Color HEX #FB9DDB Lavender Rose

📋 copy color: '#FB9DDB'

red 251 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #FB9DDB

Tints of Lavender Rose #FB9DDB

RGB

 RED value IS 251 (98.44% from 255) = 40.03%

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

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

R = 40.03%
G = 25.04%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB9DDB (or 0xFB9DDB) is known color: Lavender Rose. HEX triplet: FB, 9D and DB. RGB value is (251,157,219). Sum of RGB (Red+Green+Blue) = 251+157+219=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DDB is #046224. Grayscale: #C0C0C0. Windows color (decimal): -287269 or 14392827. OLE color: 14392827.

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

Color convert

RGB 251 157 219 -
CMYK 0 0.37 0.13 0.02
HSL 320.43º 0.92% 0.8% -
HSV(B) 320.43º 0.37% 0.98% -
XYZ 64.63 49.74 73.21 -
YUV 192.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 251 157 219 0 0.37 0.13 0.02 320.43 0.92 0.8
Hex FB 9D DB 0 25 D 2 140 5C 50
Octal 373 235 333 0 45 15 2 500 134 120
Binary 11111011 10011101 11011011 0 100101 1101 10 101000000 1011100 1010000

Color Harmonies of #FB9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9DDB

Black with #FB9DDB

Text Example


Text Example

White with #FB9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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