Html Css Color HEX #FBA5D5 Lavender Pink

📋 copy color: '#FBA5D5'

red 251 ◦ green 165 ◦ blue 213

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

Shades of Lavender Pink #FBA5D5

Tints of Lavender Pink #FBA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.86%

R = 39.9%
G = 26.23%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBA5D5 (or 0xFBA5D5) is known color: Lavender Pink. HEX triplet: FB, A5 and D5. RGB value is (251,165,213). Sum of RGB (Red+Green+Blue) = 251+165+213=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D5 is #045A2A. Grayscale: #C4C4C4. Windows color (decimal): -285227 or 14001659. OLE color: 14001659.

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

Color convert

RGB 251 165 213 -
CMYK 0 0.34 0.15 0.02
HSL 326.51º 0.91% 0.82% -
HSV(B) 326.51º 0.34% 0.98% -
XYZ 65.25 52.22 69.59 -
YUV 196.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 251 165 213 0 0.34 0.15 0.02 326.51 0.91 0.82
Hex FB A5 D5 0 22 F 2 147 5B 52
Octal 373 245 325 0 42 17 2 507 133 122
Binary 11111011 10100101 11010101 0 100010 1111 10 101000111 1011011 1010010

Color Harmonies of #FBA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5D5

Black with #FBA5D5

Text Example


Text Example

White with #FBA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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