Html Css Color HEX #FBA5D1 Lavender Pink

📋 copy color: '#FBA5D1'

red 251 ◦ green 165 ◦ blue 209

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

Shades of Lavender Pink #FBA5D1

Tints of Lavender Pink #FBA5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.4%

 BLUE value IS 209 (82.03% from 255) = 33.44%

R = 40.16%
G = 26.4%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBA5D1 (or 0xFBA5D1) is known color: Lavender Pink. HEX triplet: FB, A5 and D1. RGB value is (251,165,209). Sum of RGB (Red+Green+Blue) = 251+165+209=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D1 is #045A2E. Grayscale: #C3C3C3. Windows color (decimal): -285231 or 13739515. OLE color: 13739515.

HSL color Cylindrical-coordinate representation of color #FBA5D1: hue angle of 329.3º 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 #FBA5D1 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 209 -
CMYK 0 0.34 0.17 0.02
HSL 329.3º 0.91% 0.82% -
HSV(B) 329.3º 0.34% 0.98% -
XYZ 64.75 52.02 66.95 -
YUV 195.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 251 165 209 0 0.34 0.17 0.02 329.3 0.91 0.82
Hex FB A5 D1 0 22 11 2 149 5B 52
Octal 373 245 321 0 42 21 2 511 133 122
Binary 11111011 10100101 11010001 0 100010 10001 10 101001001 1011011 1010010

Color Harmonies of #FBA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5D1

Black with #FBA5D1

Text Example


Text Example

White with #FBA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5D1; }

 p { color: rgb(251,165,209); }

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

background-color css

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

 a { background-color: rgb(251,165,209); }

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

border-color css

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

 span { border-color: rgb(251,165,209); }

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