Html Css Color HEX #FBACDA Lavender Pink

📋 copy color: '#FBACDA'

red 251 ◦ green 172 ◦ blue 218

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

Shades of Lavender Pink #FBACDA

Tints of Lavender Pink #FBACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.83%

 BLUE value IS 218 (85.55% from 255) = 34.01%

R = 39.16%
G = 26.83%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBACDA (or 0xFBACDA) is known color: Lavender Pink. HEX triplet: FB, AC and DA. RGB value is (251,172,218). Sum of RGB (Red+Green+Blue) = 251+172+218=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACDA is #045325. Grayscale: #C8C8C8. Windows color (decimal): -283430 or 14331131. OLE color: 14331131.

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

Color convert

RGB 251 172 218 -
CMYK 0 0.31 0.13 0.02
HSL 325.06º 0.91% 0.83% -
HSV(B) 325.06º 0.31% 0.98% -
XYZ 67.19 55.08 73.42 -
YUV 200.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 251 172 218 0 0.31 0.13 0.02 325.06 0.91 0.83
Hex FB AC DA 0 1F D 2 145 5B 53
Octal 373 254 332 0 37 15 2 505 133 123
Binary 11111011 10101100 11011010 0 11111 1101 10 101000101 1011011 1010011

Color Harmonies of #FBACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACDA

Black with #FBACDA

Text Example


Text Example

White with #FBACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACDA; }

 p { color: rgb(251,172,218); }

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

background-color css

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

 a { background-color: rgb(251,172,218); }

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

border-color css

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

 span { border-color: rgb(251,172,218); }

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