Html Css Color HEX #FBA6DB Lavender Rose

📋 copy color: '#FBA6DB'

red 251 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #FBA6DB

Tints of Lavender Rose #FBA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.1%

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

R = 39.47%
G = 26.1%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBA6DB (or 0xFBA6DB) is known color: Lavender Rose. HEX triplet: FB, A6 and DB. RGB value is (251,166,219). Sum of RGB (Red+Green+Blue) = 251+166+219=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6DB is #045924. Grayscale: #C5C5C5. Windows color (decimal): -284965 or 14395131. OLE color: 14395131.

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

Color convert

RGB 251 166 219 -
CMYK 0 0.34 0.13 0.02
HSL 322.59º 0.91% 0.82% -
HSV(B) 322.59º 0.34% 0.98% -
XYZ 66.21 52.9 73.74 -
YUV 197.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 251 166 219 0 0.34 0.13 0.02 322.59 0.91 0.82
Hex FB A6 DB 0 22 D 2 143 5B 52
Octal 373 246 333 0 42 15 2 503 133 122
Binary 11111011 10100110 11011011 0 100010 1101 10 101000011 1011011 1010010

Color Harmonies of #FBA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6DB

Black with #FBA6DB

Text Example


Text Example

White with #FBA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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