Html Css Color HEX #FB9ADB Lavender Rose

📋 copy color: '#FB9ADB'

red 251 ◦ green 154 ◦ blue 219

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

Shades of Lavender Rose #FB9ADB

Tints of Lavender Rose #FB9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.68%

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

R = 40.22%
G = 24.68%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB9ADB (or 0xFB9ADB) is known color: Lavender Rose. HEX triplet: FB, 9A and DB. RGB value is (251,154,219). Sum of RGB (Red+Green+Blue) = 251+154+219=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ADB is #046524. Grayscale: #BEBEBE. Windows color (decimal): -288037 or 14392059. OLE color: 14392059.

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

Color convert

RGB 251 154 219 -
CMYK 0 0.39 0.13 0.02
HSL 319.79º 0.92% 0.79% -
HSV(B) 319.79º 0.39% 0.98% -
XYZ 64.13 48.73 73.04 -
YUV 190.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 251 154 219 0 0.39 0.13 0.02 319.79 0.92 0.79
Hex FB 9A DB 0 27 D 2 140 5C 4F
Octal 373 232 333 0 47 15 2 500 134 117
Binary 11111011 10011010 11011011 0 100111 1101 10 101000000 1011100 1001111

Color Harmonies of #FB9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9ADB

Black with #FB9ADB

Text Example


Text Example

White with #FB9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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