Html Css Color HEX #FBA9DB Lavender Pink

📋 copy color: '#FBA9DB'

red 251 ◦ green 169 ◦ blue 219

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

Shades of Lavender Pink #FBA9DB

Tints of Lavender Pink #FBA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.45%

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

R = 39.28%
G = 26.45%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBA9DB (or 0xFBA9DB) is known color: Lavender Pink. HEX triplet: FB, A9 and DB. RGB value is (251,169,219). Sum of RGB (Red+Green+Blue) = 251+169+219=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9DB is #045624. Grayscale: #C7C7C7. Windows color (decimal): -284197 or 14395899. OLE color: 14395899.

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

Color convert

RGB 251 169 219 -
CMYK 0 0.33 0.13 0.02
HSL 323.41º 0.91% 0.82% -
HSV(B) 323.41º 0.33% 0.98% -
XYZ 66.76 54 73.92 -
YUV 199.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 251 169 219 0 0.33 0.13 0.02 323.41 0.91 0.82
Hex FB A9 DB 0 21 D 2 143 5B 52
Octal 373 251 333 0 41 15 2 503 133 122
Binary 11111011 10101001 11011011 0 100001 1101 10 101000011 1011011 1010010

Color Harmonies of #FBA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9DB

Black with #FBA9DB

Text Example


Text Example

White with #FBA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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